Update auto-build.yml

github no longer allows macos10.15 so update to the latest fad
This commit is contained in:
Shpoike 2023-07-13 07:53:35 +01:00 committed by GitHub
parent d6781a3356
commit 3fb6be5d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15]
os: [macos-12]
steps:
- uses: actions/checkout@v2