From e2c8696eef515693416fe7e9fe3d1244853e9c6a Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Tue, 30 Nov 2021 14:43:36 +0000 Subject: [PATCH] move CI to MacOS 11 (#199) --- .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 c8489b911..0fcc22e37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - os: [ ubuntu-20.04, macos-10.15, windows-2019 ] # list of os: https://github.com/actions/virtual-environments + os: [ ubuntu-20.04, macos-11, windows-2019 ] # list of os: https://github.com/actions/virtual-environments runs-on: ${{ matrix.os }} steps: