mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Update CI to macOS 11
macOS 10.15 is not available anymore.
This commit is contained in:
parent
47c9641939
commit
481372c667
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-10.15
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in a new issue