Skip to content

Commit

Permalink
Merge branch 'master' into update-mailing-addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
efjepsen authored Dec 7, 2023
2 parents a318f88 + 2878000 commit ee17486
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
jobs:
checkDocs:
name: "Rendered 'docs/' is up to date"
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -19,7 +19,7 @@ jobs:
run: scripts/ci/check-rendered-site-up-to-date.sh
checkPipeline:
name: Rendered CI pipeline is up to date
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -36,7 +36,7 @@ jobs:
run: scripts/ci/check-rendered-pipeline-up-to-date.sh
dhallFormat:
name: dhall-format
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -55,7 +55,7 @@ jobs:
run: scripts/dhall-format.sh
dhallLint:
name: dhall-lint
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -74,7 +74,7 @@ jobs:
run: scripts/dhall-lint.sh
prettier:
name: Prettier formatting
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -91,7 +91,7 @@ jobs:
run: scripts/ci/check-prettier.sh
shellcheck:
name: shellcheck
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand All @@ -108,7 +108,7 @@ jobs:
run: scripts/ci/shellcheck.sh
shfmt:
name: shfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: "actions/checkout@master"
with:
Expand Down

0 comments on commit ee17486

Please sign in to comment.