mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
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.
This commit is contained in:
parent
476ac8e9d3
commit
fd9fa76a34
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -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, macos-11.0]
|
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04, macos-10.15]
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user