mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Update build.yml to macos-13
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
01e2773cbf
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
|
path: build/*.zip
|
||||||
macos:
|
macos:
|
||||||
name: macOS
|
name: macOS
|
||||||
runs-on: macos-12
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue