Skip to content

Commit

Permalink
fix pipeline for sdl 2.26 (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobrand committed Jun 13, 2024
1 parent 3cc0976 commit 8b44c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-24.04, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
build-linux:
name: build linux pkg-config
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 8b44c79

Please sign in to comment.