Skip to content

Commit

Permalink
Actions: Update to macOS 12
Browse files Browse the repository at this point in the history
Homebrew no longer has bottles for macOS 11, increasing our CI time massively
(and currently causing us to hit a build bug in sdl2_image).
  • Loading branch information
tmewett authored Feb 17, 2024
1 parent 933045b commit 1bd85d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
path: BrogueCE-linux-x86_64.tar.gz

macos:
runs-on: macos-11
runs-on: macos-12
steps:
- name: "Checkout sources"
uses: actions/checkout@v3
Expand Down

0 comments on commit 1bd85d9

Please sign in to comment.