Add Mac OS X 12 test target.

This commit is contained in:
Darren Tucker 2022-04-30 10:56:41 +10:00
parent 97a6a8b8c1
commit 4835544d2d
1 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
# First we test all OSes in the default configuration.
os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11.0]
os: [ubuntu-20.04, ubuntu-18.04, macos-10.15, macos-11, macos-12]
configs: [default]
# Then we include any extra configs we want to test for specific VMs.
# Valgrind slows things down quite a bit, so start them first.
@ -71,7 +71,8 @@ jobs:
- { os: ubuntu-18.04, configs: kitchensink }
- { os: ubuntu-18.04, configs: without-openssl }
- { os: macos-10.15, configs: pam }
- { os: macos-11.0, configs: pam }
- { os: macos-11, configs: pam }
- { os: macos-12, configs: pam }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2