Skip to content

Commit 3e0e79c

Browse files
Merge branch 'master' into use_dpctl_full
2 parents 2d0d115 + eeab8dd commit 3e0e79c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/conda-package.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
strategy:
3131
matrix:
3232
python: ['3.8', '3.9']
33-
os: [ubuntu-latest, windows-latest]
33+
os: [ubuntu-20.04, windows-latest]
3434
include:
3535
- python: '3.10'
36-
os: ubuntu-latest
36+
os: ubuntu-20.04
3737

3838
runs-on: ${{ matrix.os }}
3939

@@ -63,7 +63,7 @@ jobs:
6363
activate-environment: 'build'
6464
use-only-tar-bz2: true
6565

66-
- if: matrix.os == 'ubuntu-latest'
66+
- if: matrix.os == 'ubuntu-20.04'
6767
name: Store conda paths as envs on Linux
6868
run: echo "CONDA_BLD=$CONDA_PREFIX/conda-bld/linux-64/" >> $GITHUB_ENV
6969

@@ -98,11 +98,11 @@ jobs:
9898
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
9999

100100
test_linux:
101-
name: Test ['ubuntu-latest', python='${{ matrix.python }}']
101+
name: Test ['${{ matrix.os }}', python='${{ matrix.python }}']
102102

103103
needs: build
104104

105-
runs-on: ubuntu-latest
105+
runs-on: ${{ matrix.os }}
106106

107107
defaults:
108108
run:
@@ -111,6 +111,8 @@ jobs:
111111
strategy:
112112
matrix:
113113
python: ['3.8', '3.9']
114+
os: [ubuntu-20.04, ubuntu-latest]
115+
114116
experimental: [false]
115117

116118
continue-on-error: ${{ matrix.experimental }}
@@ -383,7 +385,7 @@ jobs:
383385
strategy:
384386
matrix:
385387
python: ['3.8', '3.9']
386-
os: [ubuntu-latest, windows-latest]
388+
os: [ubuntu-20.04, windows-latest]
387389

388390
runs-on: ${{ matrix.os }}
389391

0 commit comments

Comments
 (0)