Skip to content

Commit 8de23df

Browse files
tallytalwarpixar-oss
authored andcommitted
- Update GitHub Actions pypi workflow to accommodate removal of Ubuntu 20.04 support
(Internal change: 2364569)
1 parent c41945c commit 8de23df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- TAG: cp312
4141
INTERPRETER: /opt/python/cp312-cp312/bin/python
4242
VERSION_SPEC: '3.12'
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-22.04
4444
timeout-minutes: 60
4545
steps:
4646
- name: Checkout code
@@ -257,23 +257,23 @@ jobs:
257257
BUILD_CONFIG:
258258
- NAME: Linux_Python38
259259
PYTHON_VERSION_SPEC: '3.8'
260-
IMAGE: ubuntu-20.04
260+
IMAGE: ubuntu-22.04
261261
PYTHON_INTERPRETER: python3
262262
- NAME: Linux_Python39
263263
PYTHON_VERSION_SPEC: '3.9'
264-
IMAGE: ubuntu-20.04
264+
IMAGE: ubuntu-22.04
265265
PYTHON_INTERPRETER: python3
266266
- NAME: Linux_Python310
267267
PYTHON_VERSION_SPEC: '3.10'
268-
IMAGE: ubuntu-20.04
268+
IMAGE: ubuntu-22.04
269269
PYTHON_INTERPRETER: python3
270270
- NAME: Linux_Python311
271271
PYTHON_VERSION_SPEC: '3.11'
272-
IMAGE: ubuntu-20.04
272+
IMAGE: ubuntu-22.04
273273
PYTHON_INTERPRETER: python3
274274
- NAME: Linux_Python312
275275
PYTHON_VERSION_SPEC: '3.12'
276-
IMAGE: ubuntu-20.04
276+
IMAGE: ubuntu-22.04
277277
PYTHON_INTERPRETER: python3
278278
- NAME: Mac_Python38
279279
PYTHON_VERSION_SPEC: '3.8'

0 commit comments

Comments
 (0)