Skip to content

Commit

Permalink
bump SDL3 version to 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Mar 5, 2025
1 parent 046ce1b commit ade0037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-macos-intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:

build-macos:
runs-on: macos-13
env:
SDL_VERSION: 3.2.6
SDL_SHA256: 2938328317301dfbe30176d79c251733aa5e7ec5c436c800b99ed4da7adcb0f0

steps:
- name: 'Install dependencies'
run: brew install cmake pkg-config autoconf automake libtool sdl3 libserialport
run: brew update && brew install cmake pkg-config sdl3 libserialport

- name: 'Checkout'
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: m8c linux x64 build

env:
SDL_VERSION: 3.2.6
SDL_SHA256: "096a0b843dd1124afda41c24bd05034af75af37e9a1b9d205cc0a70193b27e1a SDL3-3.2.6.tar.gz"
SDL_VERSION: 3.2.8
SDL_SHA256: "13388fabb361de768ecdf2b65e52bb27d1054cae6ccb6942ba926e378e00db03 SDL3-3.2.8.tar.gz"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: msys2 {0}
env:
MINGW_ARCH: ${{ matrix.sys }}
SDL_VERSION: 3.2.4
SDL_VERSION: 3.2.8
steps:

- name: 'git config'
Expand Down

0 comments on commit ade0037

Please sign in to comment.