8000 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15… · MrG9090/setup-python@e348410 · GitHub
[go: up one dir, main page]

Skip to content

Commit e348410

Browse files
Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (actions#1065)
* remove ubuntu-20.04 * check failure fix * remove spaces * npm run format-check
1 parent 8d9ed9a commit e348410

File tree

5 files changed

+2
-15
lines changed

5 files changed

+2
-15
lines changed

.github/workflows/e2e-cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
python-version: pypy-3.11-v7.x
7979
- os: ubuntu-22.04
8080
python-version: pypy-3.11-v7.x
81+
- os: ubuntu-22.04-arm
82+
python-version: pypy-3.10-v7.x
8183
- os: ubuntu-22.04-arm
8284
python-version: pypy-3.11-v7.x
8385
steps:

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
operating-system:
2121
[
22-
ubuntu-20.04,
2322
windows-latest,
2423
ubuntu-22.04,
2524
ubuntu-22.04-arm,

.github/workflows/test-graalpy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
os:
2222
[
2323
macos-latest,
24-
ubuntu-20.04,
2524
ubuntu-22.04,
2625
ubuntu-22.04-arm,
2726
ubuntu-24.04-arm,
@@ -77,7 +76,6 @@ jobs:
7776
os:
7877
[
7978
macos-latest,
80-
ubuntu-20.04,
8179
ubuntu-22.04,
8280
ubuntu-22.04-arm,
8381
ubuntu-24.04-arm,

.github/workflows/test-pypy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
[
2525
macos-latest,
2626
windows-latest,
27-
ubuntu-20.04,
2827
ubuntu-22.04,
2928
ubuntu-22.04-arm,
3029
ubuntu-24.04-arm,
@@ -142,7 +141,6 @@ jobs:
142141
[
143142
macos-latest,
144143
windows-latest,
145-
ubuntu-20.04,
146144
ubuntu-22.04,
147145
ubuntu-22.04-arm,
148146
ubuntu-24.04-arm,
@@ -177,7 +175,6 @@ jobs:
177175
[
178176
macos-latest,
179177
windows-latest,
180-
ubuntu-20.04,
181178
ubuntu-22.04,
182179
ubuntu-22.04-arm,
183180
ubuntu-24.04-arm,
@@ -220,7 +217,6 @@ jobs:
220217
[
221218
macos-latest,
222219
windows-latest,
223-
ubuntu-20.04,
224220
ubuntu-22.04,
225221
ubuntu-22.04-arm,
226222
ubuntu-24.04-arm,

.github/workflows/test-python.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
[
2525
macos-latest,
2626
windows-latest,
27-
ubuntu-20.04,
2827
ubuntu-22.04,
2928
ubuntu-22.04-arm,
3029
macos-13,
@@ -69,7 +68,6 @@ jobs:
6968
[
7069
macos-latest,
7170
windows-latest,
72-
ubuntu-20.04,
7371
ubuntu-22.04,
7472
ubuntu-22.04-arm,
7573
macos-13,
@@ -117,7 +115,6 @@ jobs:
117115
[
118116
macos-latest,
119117
windows-latest,
120-
ubuntu-20.04,
121118
ubuntu-22.04,
122119
ubuntu-22.04-arm,
123120
macos-13,
@@ -163,7 +160,6 @@ jobs:
163160
[
164161
macos-latest,
165162
windows-latest,
166-
ubuntu-20.04,
167163
ubuntu-22.04,
168164
ubuntu-22.04-arm,
169165
macos-13,
@@ -214,7 +210,6 @@ jobs:
214210
[
215211
macos-latest,
216212
windows-latest,
217-
ubuntu-20.04,
218213
ubuntu-22.04,
219214
ubuntu-22.04-arm,
220215
macos-13,
@@ -265,7 +260,6 @@ jobs:
265260
[
266261
macos-latest,
267262
windows-latest,
268-
ubuntu-20.04,
269263
ubuntu-22.04,
270264
ubuntu-22.04-arm,
271265
macos-13,
@@ -300,7 +294,6 @@ jobs:
300294
[
301295
macos-latest,
302296
windows-latest,
303-
ubuntu-20.04,
304297
ubuntu-22.04,
305298
ubuntu-22.04-arm,
306299
macos-13,
@@ -419,7 +412,6 @@ jobs:
419412
[
420413
macos-latest,
421414
windows-latest,
422-
ubuntu-20.04,
423415
ubuntu-22.04,
424416
ubuntu-22.04-arm,
425417
macos-13,

0 commit comments

Comments
 (0)
0