summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-07-27 18:40:12 +1000
committerDarren Tucker <dtucker@dtucker.net>2022-07-27 18:40:12 +1000
commitdba7099ffcba3ca07b3946f017ba6a4c3158d9b1 (patch)
treef8d92a8d633de205663463b29213262a65bf41c0
parent722a56439aa5972c830e4a9a724cf52aff4a950a (diff)
Remove deprecated MacOS 10.15 runners.
-rw-r--r--.github/workflows/c-cpp.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 468d986a..8f6bd75e 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -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, macos-12]
+ os: [ubuntu-20.04, ubuntu-18.04, 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.
@@ -75,7 +75,6 @@ jobs:
- { os: ubuntu-18.04, configs: selinux }
- { os: ubuntu-18.04, configs: kitchensink }
- { os: ubuntu-18.04, configs: without-openssl }
- - { os: macos-10.15, configs: pam }
- { os: macos-11, configs: pam }
- { os: macos-12, configs: pam }
runs-on: ${{ matrix.os }}