mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-20 07:20:55 +00:00
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 https://github.com/actions/runner-images/issues/10721 for more details on this change.
This commit is contained in:
parent
9901144641
commit
3fb9006e64
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue