diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ba98d21..85b11d3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: runs-on: macos-13 timeout-minutes: 60 env: - SDL2_VERSION: 2.30.11 + SDL2_VERSION: 2.32.4 CFLAGS: -fpermissive -std=c99 steps: - name: Checkout V