summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-02-26 01:15:10 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-02-26 01:15:10 +1100
commitfd9fa76a344118fe1ef10b9a6c9e85d39599e9a8 (patch)
tree5f175d192aea8bbdfb7968a3c56534b893718326
parent476ac8e9d33dbf96ef97aab812b8d7089d0cdc24 (diff)
Remove macos-11.0 from the test target list.
It has been consistently failing for the past few days with a github actions internal error.
-rw-r--r--.github/workflows/c-cpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 2279e109..9a7a645a 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
# First we test all OSes in the default configuration.
- os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15, macos-11.0]
+ os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15]
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.