File tree 2 files changed +9
-8
lines changed 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
jobs :
26
26
docs :
27
27
name : docs
28
- runs-on : ubuntu-latest
28
+ runs-on : ubuntu-22.04
29
29
30
30
steps :
31
31
- uses : actions/checkout@v4
36
36
- run : nox -s docs
37
37
38
38
determine-changes :
39
- runs-on : ubuntu-latest
39
+ runs-on : ubuntu-22.04
40
40
outputs :
41
41
tests : ${{ steps.filter.outputs.tests }}
42
42
vendoring : ${{ steps.filter.outputs.vendoring }}
64
64
65
65
packaging :
66
66
name : packaging
67
- runs-on : ubuntu-latest
67
+ runs-on : ubuntu-22.04
68
68
69
69
steps :
70
70
- uses : actions/checkout@v4
83
83
84
84
vendoring :
85
85
name : vendoring
86
- runs-on : ubuntu-latest
86
+ runs-on : ubuntu-22.04
87
87
88
88
needs : [determine-changes]
89
89
if : >-
@@ -112,7 +112,7 @@ jobs:
112
112
strategy :
113
113
fail-fast : true
114
114
matrix :
115
- os : [ubuntu-latest , macos-13, macos-latest]
115
+ os : [ubuntu-22.04 , macos-13, macos-latest]
116
116
python :
117
117
- " 3.8"
118
118
- " 3.9"
@@ -129,7 +129,7 @@ jobs:
129
129
allow-prereleases : true
130
130
131
131
- name : Install Ubuntu dependencies
132
- if : matrix.os == 'ubuntu-latest '
132
+ if : matrix.os == 'ubuntu-22.04 '
133
133
run : |
134
134
sudo apt-get update
135
135
sudo apt-get install bzr
@@ -216,7 +216,7 @@ jobs:
216
216
217
217
tests-zipapp :
218
218
name : tests / zipapp
219
- runs-on : ubuntu-latest
219
+ runs-on : ubuntu-22.04
220
220
221
221
needs : [packaging, determine-changes]
222
222
if : >-
@@ -257,7 +257,7 @@ jobs:
257
257
- tests-zipapp
258
258
- vendoring
259
259
260
- runs-on : ubuntu-latest
260
+ runs-on : ubuntu-22.04
261
261
262
262
steps :
263
263
- name : Decide whether the needed jobs succeeded or failed
Original file line number Diff line number Diff line change
1
+ Switch to ubuntu-22.04 for github workflow.
You can’t perform that action at this time.
0 commit comments