Skip to content

Commit

Permalink
ci: bump macos runner version to 12 due to homebrew woes, increase ti…
Browse files Browse the repository at this point in the history
…meout (#729)
  • Loading branch information
larpon authored Feb 7, 2024
1 parent 5ca30b9 commit 9a40b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a40b9a

Please sign in to comment.