We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9104b commit 51576e3Copy full SHA for 51576e3
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- os: [ubuntu-latest, macos-12, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
40
runs-on: ${{ matrix.os }}
41
timeout-minutes: 30
42
0 commit comments