File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
jobs :
18
18
meta :
19
19
name : Meta checks
20
- runs-on : ubuntu-18.04
20
+ runs-on : ubuntu-latest
21
21
# This job is not run in a container, any recent GHC should be fine
22
22
steps :
23
23
- name : Set PATH
49
49
git diff-files -p --exit-code
50
50
doctest :
51
51
name : Doctest Cabal
52
- runs-on : ubuntu-18.04
52
+ runs-on : ubuntu-latest
53
53
steps :
54
54
- name : Set PATH
55
55
run : |
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172
172
173
173
validate-old-ghcs :
174
174
name : Validate old ghcs ${{ matrix.extra-ghc }}
175
- runs-on : ubuntu-18.04
175
+ runs-on : ubuntu-latest
176
176
needs : validate
177
177
# This job needs an older ubuntu (16.04) cause
178
178
# the required old ghcs using the `-dyn` flavour
@@ -286,7 +286,7 @@ jobs:
286
286
validate-post-job :
287
287
if : always()
288
288
name : Validate post job
289
- runs-on : ubuntu-18.04
289
+ runs-on : ubuntu-latest
290
290
# IMPORTANT! Any job added to the workflow should be added here too
291
291
needs : [validate, validate-old-ghcs, dogfooding]
292
292
You can’t perform that action at this time.
0 commit comments