From b397ddb3112e57be241a2e159d026ed246299dce Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 12 Dec 2021 22:47:32 +0100 Subject: [PATCH] workflow: Switch back from macOS-latest to 10.15 for now See actions/virtual-environments#4060 - the 11.0 image is crashing for us so we'll upgrade when it's more mature --- .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 44849afceb..104acdde0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - os: [ubuntu-18.04, windows-2016, macOS-latest] + os: [ubuntu-18.04, windows-2016, macOS-10.15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1