Skip to content

Commit 6d34a6b

Browse files
Merge pull request #1721 from IntelPython/ubuntu-22.04-in-workflows
Use Ubuntu 22.04 for `conda package` workflow
2 parents 92c86af + 6945c19 commit 6d34a6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
build_linux:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222

2323
strategy:
2424
matrix:
@@ -129,7 +129,7 @@ jobs:
129129
matrix:
130130
python: ['3.9', '3.10', '3.11']
131131
experimental: [false]
132-
runner: [ubuntu-20.04]
132+
runner: [ubuntu-22.04]
133133
continue-on-error: ${{ matrix.experimental }}
134134

135135
steps:
@@ -347,7 +347,7 @@ jobs:
347347
upload_linux:
348348
needs: test_linux
349349
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
350-
runs-on: ubuntu-20.04
350+
runs-on: ubuntu-22.04
351351
strategy:
352352
matrix:
353353
python: ['3.9', '3.10', '3.11']
@@ -428,7 +428,7 @@ jobs:
428428
matrix:
429429
python: ['3.10']
430430
experimental: [false]
431-
runner: [ubuntu-20.04]
431+
runner: [ubuntu-22.04]
432432
continue-on-error: ${{ matrix.experimental }}
433433
env:
434434
EXAMPLES_ENV_NAME: examples
@@ -584,7 +584,7 @@ jobs:
584584
matrix:
585585
python: ['3.10']
586586
experimental: [false]
587-
runner: [ubuntu-20.04]
587+
runner: [ubuntu-22.04]
588588
continue-on-error: ${{ matrix.experimental }}
589589
steps:
590590
- name: Construct channels line

0 commit comments

Comments
 (0)