Skip to content

Commit

Permalink
Update macOS version for GitHub CI
Browse files Browse the repository at this point in the history
macOS 11 runner image is scheduled to be removed next month.
  • Loading branch information
zturtleman committed May 25, 2024
1 parent c0f70a6 commit 87ea5a0
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 @@ -36,7 +36,7 @@ jobs:
path: build/*.zip
macos:
name: macOS
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Compile
Expand Down

0 comments on commit 87ea5a0

Please sign in to comment.