From 213f8a604e973ecb2eb48307906453502a2c7a27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Wed, 27 Jan 2021 23:40:26 +0100 Subject: [PATCH] Test against macOS 10.15 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07af5629..94ebc690 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-11.0] + os: [ubuntu-20.04, macos-10.15] rust-version: [stable, beta] steps: - name: Checkout sources -- 2.54.0