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.
2 parents e367edd + dcdd696 commit a63f250Copy full SHA for a63f250
.github/workflows/validate.yml
@@ -53,7 +53,7 @@ jobs:
53
matrix:
54
sys:
55
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
56
- - { os: ubuntu-22.04, shell: bash }
+ - { os: ubuntu-latest, shell: bash }
57
- { os: macos-latest, shell: bash }
58
# If you remove something from here, then add it to the old-ghcs job.
59
# Also a removed GHC from here means that we are actually dropping
0 commit comments