Remove deprecated MacOS 10.15 runners.

This commit is contained in:
Darren Tucker 2022-07-27 18:40:12 +10:00
parent 722a56439a
commit dba7099ffc

View File

@ -15,7 +15,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, macos-10.15, macos-11, macos-12] os: [ubuntu-20.04, ubuntu-18.04, macos-11, macos-12]
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.
@ -75,7 +75,6 @@ jobs:
- { os: ubuntu-18.04, configs: selinux } - { os: ubuntu-18.04, configs: selinux }
- { os: ubuntu-18.04, configs: kitchensink } - { os: ubuntu-18.04, configs: kitchensink }
- { os: ubuntu-18.04, configs: without-openssl } - { os: ubuntu-18.04, configs: without-openssl }
- { os: macos-10.15, configs: pam }
- { os: macos-11, configs: pam } - { os: macos-11, configs: pam }
- { os: macos-12, configs: pam } - { os: macos-12, configs: pam }
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}