We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbaab0a commit 2045b62Copy full SHA for 2045b62
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-12, ubuntu-latest, windows-latest]
15
ghc: [8.10.7, 9.4.8, 9.6.4, 9.8.2]
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments