Re-add macos-11.0 test target.

This commit is contained in:
Darren Tucker 2021-04-23 11:08:23 +10:00
parent a6db3a47b5
commit c039a6bf79
1 changed files with 2 additions and 1 deletions

View File

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