Skip to content

Commit 9b2f09e

Browse files
authored
Don't use ubuntu-latest (#330)
Specify ubuntu-22.04 so that OS tooling changes can't break the workflow.
1 parent 4aed6fa commit 9b2f09e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pull-request.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-pdf:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
if-no-files-found: error
4444

4545
build-html:
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Checkout Repository
4949
uses: actions/checkout@v3
@@ -73,7 +73,7 @@ jobs:
7373
if-no-files-found: error
7474

7575
spelling-check:
76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-22.04
7777
steps:
7878
- name: Checkout Repository
7979
uses: actions/checkout@v3
@@ -84,7 +84,7 @@ jobs:
8484
reporter: "github-check"
8585

8686
link-check:
87-
runs-on: ubuntu-latest
87+
runs-on: ubuntu-22.04
8888
steps:
8989
- name: Checkout Repository
9090
uses: actions/checkout@v3
@@ -153,7 +153,7 @@ jobs:
153153
retention-days: 7
154154

155155
image-check:
156-
runs-on: ubuntu-latest
156+
runs-on: ubuntu-22.04
157157
steps:
158158
- name: Checkout Repository
159159
uses: actions/checkout@v3
@@ -170,7 +170,7 @@ jobs:
170170
run: make -C docs/ imagecheck
171171

172172
check-redirect:
173-
runs-on: ubuntu-latest
173+
runs-on: ubuntu-22.04
174174
steps:
175175
- name: Checkout Repository
176176
uses: actions/checkout@v3

0 commit comments

Comments
 (0)