]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove macos-11.0 from the test target list.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 25 Feb 2021 14:15:10 +0000 (01:15 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 25 Feb 2021 14:15:10 +0000 (01:15 +1100)
It has been consistently failing for the past few days with a github
actions internal error.

.github/workflows/c-cpp.yml

index 2279e109ebbae0e28f96119a37e9fe0318a2350d..9a7a645aa8ec61308bbcec48c9215f933d8cef49 100644 (file)
@@ -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.