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 authored and oleksandr-pavlyk committed Jul 15, 2024
1 parent 92c86af commit 6945c19
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 @@ -18,7 +18,7 @@ env:

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

strategy:
matrix:
Expand Down Expand Up @@ -129,7 +129,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 }}

steps:
Expand Down Expand Up @@ -347,7 +347,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 @@ -428,7 +428,7 @@ jobs:
matrix:
python: ['3.10']
experimental: [false]
runner: [ubuntu-20.04]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
env:
EXAMPLES_ENV_NAME: examples
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
matrix:
python: ['3.10']
experimental: [false]
runner: [ubuntu-20.04]
runner: [ubuntu-22.04]
continue-on-error: ${{ matrix.experimental }}
steps:
- name: Construct channels line
Expand Down

0 comments on commit 6945c19

Please sign in to comment.