Skip to content

Commit 20a9a7c

Browse files
committedDec 3, 2021
Update SDL to 2.0.18
1 parent 25f8109 commit 20a9a7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Linux x64
2121
os: ubuntu-20.04
2222
cache-key: linux-x64
23-
SDL_VERSION: 2.0.16
23+
SDL_VERSION: 2.0.18
2424
SDL_MIXER_VERSION: 2.0.4
2525
MPG123_VERSION: 1.26.5
2626
BUILD_TARGET: linux
@@ -36,7 +36,7 @@ jobs:
3636
- name: macOS
3737
os: macos-latest
3838
cache-key: macos
39-
SDL_VERSION: 2.0.16
39+
SDL_VERSION: 2.0.18
4040
SDL_MIXER_VERSION: 2.0.4
4141
BUILD_TARGET: mac
4242
DEPLOY: mac
@@ -51,14 +51,14 @@ jobs:
5151
- name: Android
5252
os: ubuntu-20.04
5353
cache-key: android
54-
SDL_VERSION: 2.0.16
54+
SDL_VERSION: 2.0.18
5555
SDL_MIXER_VERSION: 2.0.4
5656
BUILD_TARGET: android
5757
DEPLOY: android
5858
- name: Emscripten
5959
os: ubuntu-20.04
6060
cache-key: emscripten
61-
SDL_VERSION: 2.0.16
61+
SDL_VERSION: 2.0.18
6262
SDL_MIXER_VERSION: 2.0.4
6363
MPG123_VERSION: 1.26.5
6464
BUILD_TARGET: emscripten
@@ -125,7 +125,7 @@ jobs:
125125
name: ${{ matrix.name }}
126126
runs-on: windows-latest
127127
env:
128-
SDL_VERSION: 2.0.16
128+
SDL_VERSION: 2.0.18
129129
SDL_MIXER_VERSION: 2.0.4
130130
COMPILER: ${{ matrix.COMPILER }}
131131
SKIP_UPLOAD: ${{ matrix.SKIP_UPLOAD }}

0 commit comments

Comments
 (0)
Please sign in to comment.