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
  • Loading branch information
larpon committed Feb 7, 2024
1 parent 16b7ed6 commit c1543e6
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.30.0
steps:
Expand Down

0 comments on commit c1543e6

Please sign in to comment.