Skip to content

Commit 79db636

Browse files
Conda packages must be built with Ubuntu 20.04
1 parent 2747a14 commit 79db636

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
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build_linux:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818

1919
strategy:
2020
matrix:
@@ -104,7 +104,7 @@ jobs:
104104
matrix:
105105
python: ['3.8', '3.9', '3.10']
106106
experimental: [false]
107-
runner: [ubuntu-latest]
107+
runner: [ubuntu-20.04]
108108
continue-on-error: ${{ matrix.experimental }}
109109
env:
110110
CHANNELS: -c intel -c main --override-channels
@@ -310,7 +310,7 @@ jobs:
310310
upload_linux:
311311
needs: test_linux
312312
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
313-
runs-on: ubuntu-latest
313+
runs-on: ubuntu-20.04
314314
strategy:
315315
matrix:
316316
python: ['3.8', '3.9', '3.10']
@@ -365,7 +365,7 @@ jobs:
365365
matrix:
366366
python: ['3.9']
367367
experimental: [false]
368-
runner: [ubuntu-latest]
368+
runner: [ubuntu-20.04]
369369
continue-on-error: ${{ matrix.experimental }}
370370
env:
371371
CHANNELS: -c intel -c main --override-channels
@@ -510,7 +510,7 @@ jobs:
510510
matrix:
511511
python: ['3.10']
512512
experimental: [false]
513-
runner: [ubuntu-latest]
513+
runner: [ubuntu-20.04]
514514
continue-on-error: ${{ matrix.experimental }}
515515
env:
516516
CHANNELS: -c intel -c main --override-channels

0 commit comments

Comments
 (0)