mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 12:51:44 +00:00
Update auto-build.yml
github no longer allows macos10.15 so update to the latest fad
This commit is contained in:
parent
d6781a3356
commit
3fb6be5d16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto-build.yml
vendored
2
.github/workflows/auto-build.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15]
|
||||
os: [macos-12]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue