Skip to content

Commit 65b188f

Browse files
committed
ubuntu-latest
1 parent 8468c5b commit 65b188f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quick-jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
meta:
1919
name: Meta checks
20-
runs-on: ubuntu-18.04
20+
runs-on: ubuntu-latest
2121
# This job is not run in a container, any recent GHC should be fine
2222
steps:
2323
- name: Set PATH
@@ -49,7 +49,7 @@ jobs:
4949
git diff-files -p --exit-code
5050
doctest:
5151
name: Doctest Cabal
52-
runs-on: ubuntu-18.04
52+
runs-on: ubuntu-latest
5353
steps:
5454
- name: Set PATH
5555
run: |

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
validate-old-ghcs:
174174
name: Validate old ghcs ${{ matrix.extra-ghc }}
175-
runs-on: ubuntu-18.04
175+
runs-on: ubuntu-latest
176176
needs: validate
177177
# This job needs an older ubuntu (16.04) cause
178178
# the required old ghcs using the `-dyn` flavour
@@ -286,7 +286,7 @@ jobs:
286286
validate-post-job:
287287
if: always()
288288
name: Validate post job
289-
runs-on: ubuntu-18.04
289+
runs-on: ubuntu-latest
290290
# IMPORTANT! Any job added to the workflow should be added here too
291291
needs: [validate, validate-old-ghcs, dogfooding]
292292

0 commit comments

Comments
 (0)