From 6945c191bff593e288b1176a23172eb42b2d5e4c Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 27 Jun 2024 16:04:22 +0000 Subject: [PATCH] Run conda-package workflow on Ubuntu 22.04 There are known issues with some tests on 20.04 and the version is deprecated by oneAPI --- .github/workflows/conda-package.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 266aef5a8d..d93a60f0a2 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -18,7 +18,7 @@ env: jobs: build_linux: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: @@ -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: @@ -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'] @@ -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 @@ -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