We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115178 commit b387443Copy full SHA for b387443
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- os: [macos-11, macos-10.15]
+ os: [macos-11, macos-12]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Set up Homebrew
0 commit comments