File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66jobs :
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
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
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
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
You can’t perform that action at this time.
0 commit comments