We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597e70e commit 3751edaCopy full SHA for 3751eda
.github/workflows/build-and-test.mac.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build and test in macOS
9
strategy:
10
matrix:
11
- os: [macos-11]
+ os: [macos-11, macos-12]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Install dependencies
0 commit comments