Skip to content

Commit

Permalink
Merge pull request #79297 from akrieger/cant_make_me_upgrade_if_i_don…
Browse files Browse the repository at this point in the history
…t_want_to

Pin versions in setup-sdl2 workflow step since SDL3 was released
  • Loading branch information
GuardianDll authored Jan 23, 2025
2 parents 13b002c + c60a2dc commit 5ad4199
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ jobs:
if: ${{ env.SKIP == 'false' && runner.os == 'macOS' }}
uses: BrettDong/setup-sdl2-frameworks@v1
with:
sdl2: latest
sdl2-ttf: latest
sdl2-image: latest
sdl2-mixer: latest
sdl2: 2.30.11
sdl2-ttf: 2.24.0
sdl2-image: 2.8.4
sdl2-mixer: 2.8.0
- name: install build dependencies (mac)
if: ${{ env.SKIP == 'false' && runner.os == 'macOS' }}
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ jobs:
if: runner.os == 'macOS'
uses: BrettDong/setup-sdl2-frameworks@v2
with:
sdl2: latest
sdl2-ttf: latest
sdl2-image: latest
sdl2-mixer: latest
sdl2: 2.30.11
sdl2-ttf: 2.24.0
sdl2-image: 2.8.4
sdl2-mixer: 2.8.0
- name: Install build dependencies (mac)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 5ad4199

Please sign in to comment.