From 2b1ad2d2fa32a9cedbe3960f2e72fc36e7b5fb82 Mon Sep 17 00:00:00 2001 From: Franck Rasolo Date: Sun, 10 Oct 2021 19:56:16 +0100 Subject: [PATCH] build: make CI run on macos-11 runners now that https://github.com/actions/virtual-environments/issues/2247 appears to be fixed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c351c..fbbabc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: matrix: os: - ubuntu-18.04 -# - macos-11.0 + - macos-11 - macos-10.15 - macos-10.13 toolchain: