Skip to content

Commit

Permalink
Update build.yml to macos-13 (#701)
Browse files Browse the repository at this point in the history
macos-12 is outdated, this commit simply updates the build.yml file to attempt to use macos-13

see actions/runner-images#10721 for more details on this change.
  • Loading branch information
NuclearMonster authored Dec 24, 2024
1 parent 9901144 commit 3fb9006
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-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Compile
Expand Down

0 comments on commit 3fb9006

Please sign in to comment.