We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff767d commit 363d866Copy full SHA for 363d866
.github/workflows/haskell.yml
@@ -21,7 +21,7 @@ jobs:
21
- 'lts-19'
22
- 'lts-20'
23
24
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
25
26
steps:
27
- uses: actions/checkout@v2
.github/workflows/nightly.yml
@@ -17,7 +17,7 @@ jobs:
17
- 'lts'
18
- 'nightly'
19
20
0 commit comments