Remove macOS 10.15 runner; add macOS 12 runner (#53)

The macOS 10.15 runner is deprecated and will be unsupported by December 1.
This commit is contained in:
Ryan Schmidt 2022-11-21 20:14:20 -06:00 committed by GitHub
parent 2e7e75a2a9
commit f08d67333d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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