Skip to content

Commit 3fb9006

Browse files
Update build.yml to macos-13 (#701)
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.
1 parent 9901144 commit 3fb9006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: build/*.zip
3737
macos:
3838
name: macOS
39-
runs-on: macos-12
39+
runs-on: macos-13
4040
steps:
4141
- uses: actions/checkout@v4
4242
- name: Compile

0 commit comments

Comments
 (0)