From b533be82c10458c04abe64f2ec568c2f3705bd39 Mon Sep 17 00:00:00 2001 From: Abit Date: Wed, 2 Dec 2020 09:07:36 +0100 Subject: [PATCH] Test Xcode 12.2 on macOS 10.15 See https://github.com/actions/virtual-environments/issues/2056 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09ffb14..d39a3f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-10.15, macos-11.0] + os: [macos-10.15] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew