Skip to content

Commit

Permalink
Bump SDL to 2.30.7, SDL_mixer to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Sep 9, 2024
1 parent 46af932 commit 776f3a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Linux x64
os: ubuntu-20.04
cache-key: linux-x64
SDL_VERSION: 2.26.4
SDL_MIXER_VERSION: 2.6.2
SDL_VERSION: 2.30.7
SDL_MIXER_VERSION: 2.8.0
BUILD_TARGET: linux
DEPLOY: linux
- name: Linux x64 (old SDL versions)
Expand All @@ -39,8 +39,8 @@ jobs:
- name: macOS
os: macos-latest
cache-key: macos
SDL_VERSION: 2.26.4
SDL_MIXER_VERSION: 2.6.2
SDL_VERSION: 2.30.7
SDL_MIXER_VERSION: 2.8.0
BUILD_TARGET: mac
DEPLOY: mac
- name: Nintendo Switch
Expand All @@ -54,8 +54,8 @@ jobs:
- name: Android
os: ubuntu-20.04
cache-key: android
SDL_VERSION: 2.26.4
SDL_MIXER_VERSION: 2.6.2
SDL_VERSION: 2.30.7
SDL_MIXER_VERSION: 2.8.0
BUILD_TARGET: android
DEPLOY: android
- name: Emscripten
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:
name: ${{ matrix.name }}
runs-on: windows-latest
env:
SDL_VERSION: 2.26.4
SDL_MIXER_VERSION: 2.6.2
SDL_VERSION: 2.30.7
SDL_MIXER_VERSION: 2.8.0
COMPILER: ${{ matrix.COMPILER }}
SKIP_UPLOAD: ${{ matrix.SKIP_UPLOAD }}
steps:
Expand Down

0 comments on commit 776f3a1

Please sign in to comment.