Skip to content

Commit 2878000

Browse files
authored
Update runners to ubuntu-20.04, as ubuntu-18.04 is deprecated
1 parent c0e7baa commit 2878000

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
jobs:
33
checkDocs:
44
name: "Rendered 'docs/' is up to date"
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
steps:
77
- uses: "actions/checkout@master"
88
with:
@@ -19,7 +19,7 @@ jobs:
1919
run: scripts/ci/check-rendered-site-up-to-date.sh
2020
checkPipeline:
2121
name: Rendered CI pipeline is up to date
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- uses: "actions/checkout@master"
2525
with:
@@ -36,7 +36,7 @@ jobs:
3636
run: scripts/ci/check-rendered-pipeline-up-to-date.sh
3737
dhallFormat:
3838
name: dhall-format
39-
runs-on: ubuntu-18.04
39+
runs-on: ubuntu-20.04
4040
steps:
4141
- uses: "actions/checkout@master"
4242
with:
@@ -55,7 +55,7 @@ jobs:
5555
run: scripts/dhall-format.sh
5656
dhallLint:
5757
name: dhall-lint
58-
runs-on: ubuntu-18.04
58+
runs-on: ubuntu-20.04
5959
steps:
6060
- uses: "actions/checkout@master"
6161
with:
@@ -74,7 +74,7 @@ jobs:
7474
run: scripts/dhall-lint.sh
7575
prettier:
7676
name: Prettier formatting
77-
runs-on: ubuntu-18.04
77+
runs-on: ubuntu-20.04
7878
steps:
7979
- uses: "actions/checkout@master"
8080
with:
@@ -91,7 +91,7 @@ jobs:
9191
run: scripts/ci/check-prettier.sh
9292
shellcheck:
9393
name: shellcheck
94-
runs-on: ubuntu-18.04
94+
runs-on: ubuntu-20.04
9595
steps:
9696
- uses: "actions/checkout@master"
9797
with:
@@ -108,7 +108,7 @@ jobs:
108108
run: scripts/ci/shellcheck.sh
109109
shfmt:
110110
name: shfmt
111-
runs-on: ubuntu-18.04
111+
runs-on: ubuntu-20.04
112112
steps:
113113
- uses: "actions/checkout@master"
114114
with:

0 commit comments

Comments
 (0)