Skip to content

Commit

Permalink
Change macOS test runner to macOS 11
Browse files Browse the repository at this point in the history
They're disabling the macOS 10.15 runner:

actions/runner-images#5583
  • Loading branch information
robbert-vdh committed Sep 23, 2022
1 parent f11ad50 commit 6e695fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e695fd

Please sign in to comment.