diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58985730..e0bec82b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,8 @@ jobs: test "${SDL2_VERSION}" = "$VER" || exit 1 macos: - runs-on: macos-11 - timeout-minutes: 30 + runs-on: macos-12 + timeout-minutes: 60 env: SDL2_VERSION: 2.0.9 steps: