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:
Darren Tucker 2021-02-26 01:15:10 +11:00
parent 476ac8e9d3
commit fd9fa76a34
1 changed files with 1 additions and 1 deletions

View 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.