Remove macOS 10.15 runner; add macOS 12 runner

The macOS 10.15 runner is deprecated and will be unsupported by December 1.
This commit is contained in:
Ryan Schmidt 2022-11-18 00:43:09 -06:00 committed by GitHub
parent 022d4cffe9
commit 752365232a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11.0, macos-10.15]
os: [macos-12, macos-11]
steps:
- uses: actions/checkout@v3