Skip to content

Commit 8cfd893

Browse files
committed
Switch github runners to use ubuntu-latest
Github actions has deprecated Ubuntu 20.04 runners: actions/runner-images#11101 Switch to just running on the latest ubuntu image for our runners to avoid future maintenance burden and ensure compatibility with up to date toolchains. Signed-off-by: Daniel Burgener <[email protected]>
1 parent 8940073 commit 8cfd893

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/checkers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
codespell:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout from github

.github/workflows/epub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
epub:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout from GitHub

.github/workflows/html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
html:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout from GitHub

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: ["push", "pull_request", "workflow_dispatch"]
1010

1111
jobs:
1212
pdf:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout from GitHub

0 commit comments

Comments
 (0)