From ccff4f14449403fd464f0a36510670c54ebacb9a Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 23 Sep 2022 16:35:34 +0200 Subject: [PATCH] Change macOS test runner to macOS 11 They're disabling the macOS 10.15 runner: https://github.com/actions/runner-images/issues/5583 --- .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 e4599ca8..662ea05b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-18.04, macos-10.15, windows-latest] + os: [ubuntu-18.04, macos-11, windows-latest] name: Build and test all components runs-on: ${{ matrix.os }} steps: