mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Update macOS version for GitHub CI
macOS 11 runner image is scheduled to be removed next month.
This commit is contained in:
parent
735d987303
commit
1fc83e4845
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-11
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in a new issue