Skip to content

Commit

Permalink
Run conda-package workflow on Ubuntu 22.04
Browse files Browse the repository at this point in the history
There are known issues with some tests on 20.04 and the version is deprecated by oneAPI
  • Loading branch information
ndgrigorian committed Jul 12, 2024
1 parent f8cfaa7 commit 1dc1ff3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
build_linux:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
matrix:
python: ['3.9', '3.10', '3.11']
experimental: [false]
runner: [ubuntu-20.04]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
env:
CHANNELS: -c intel -c conda-forge --override-channels
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
upload_linux:
needs: test_linux
if: ${{github.ref == 'refs/heads/master' || (startsWith(github.ref, 'refs/heads/release') == true) || github.event_name == 'push' && contains(github.ref, 'refs/tags/')}}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
Expand Down Expand Up @@ -417,7 +417,7 @@ jobs:
matrix:
python: ['3.10']
experimental: [false]
runner: [ubuntu-20.04]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
env:
CHANNELS: -c intel -c conda-forge --override-channels
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:
matrix:
python: ['3.10']
experimental: [false]
runner: [ubuntu-20.04]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
env:
CHANNELS: -c intel -c conda-forge --override-channels
Expand Down

0 comments on commit 1dc1ff3

Please sign in to comment.