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 20, 2024
1 parent 735d987 commit 1fc83e4
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 1fc83e4

Please sign in to comment.