From e8c94697bcbe23a5c7b07c292b90a6b70aadfa87 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:39:41 +0200 Subject: [PATCH] ci: test only a single macos version (#19418) The differences in MacOS releases are smaller since they're now upgraded yearly, meaning the need to test each version is reduced. --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1393b987d9..d670db5fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,10 +161,7 @@ jobs: runner: ubuntu-20.04 os: linux - cc: clang - runner: macos-10.15 - os: osx - - cc: clang - runner: macos-11.0 + runner: macos-11 os: osx # functionaltest-lua is our dumping ground for non-mainline configurations.