We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d43df commit 379b846Copy full SHA for 379b846
.github/workflows/haskell.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
17
- os: [ubuntu-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
18
19
steps:
20
- uses: actions/checkout@v1
0 commit comments