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: