From 66e3dcf8eebc9ff1aecbb9299a5d8ff8659f3ac2 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:58:38 +0200 Subject: [PATCH 1/4] Update unittest-mpich.yml --- .github/workflows/unittest-mpich.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest-mpich.yml b/.github/workflows/unittest-mpich.yml index 5268df86..6f59c2a1 100644 --- a/.github/workflows/unittest-mpich.yml +++ b/.github/workflows/unittest-mpich.yml @@ -16,10 +16,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-11-mpich + python-version: '3.12' + label: osx-64-py-3-12-mpich prefix: /Users/runner/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.12' + label: linux-64-py-3-12-mpich + prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11-mpich From bcc9e820300871f4afe3e7e9d681cbb516936cdc Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:02 +0200 Subject: [PATCH 2/4] Update unittest-openmpi.yml --- .github/workflows/unittest-openmpi.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest-openmpi.yml b/.github/workflows/unittest-openmpi.yml index 7a99f59d..9de84c3d 100644 --- a/.github/workflows/unittest-openmpi.yml +++ b/.github/workflows/unittest-openmpi.yml @@ -16,10 +16,15 @@ jobs: matrix: include: - operating-system: macos-latest - python-version: '3.11' - label: osx-64-py-3-11-openmpi + python-version: '3.12' + label: osx-64-py-3-12-openmpi prefix: /Users/runner/miniconda3/envs/my-env + - operating-system: ubuntu-latest + python-version: '3.12' + label: linux-64-py-3-12-openmpi + prefix: /usr/share/miniconda3/envs/my-env + - operating-system: ubuntu-latest python-version: '3.11' label: linux-64-py-3-11-openmpi From 3e5c436f91bc607d0c82d3850d24b4810a99a1e8 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:14 +0200 Subject: [PATCH 3/4] Update unittest-win.yml --- .github/workflows/unittest-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest-win.yml b/.github/workflows/unittest-win.yml index 6d196e9c..d82caba5 100644 --- a/.github/workflows/unittest-win.yml +++ b/.github/workflows/unittest-win.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: operating-system: [windows-latest] - python-version: ['3.11'] + python-version: ['3.12'] steps: - uses: actions/checkout@v2 From f86c7724b480029ca7940f4adce9698f57609b6b Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 13:59:55 +0200 Subject: [PATCH 4/4] Update unittest-flux.yml --- .github/workflows/unittest-flux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unittest-flux.yml b/.github/workflows/unittest-flux.yml index 9b1a096f..dd0da3ef 100644 --- a/.github/workflows/unittest-flux.yml +++ b/.github/workflows/unittest-flux.yml @@ -16,14 +16,14 @@ jobs: matrix: include: - operating-system: ubuntu-latest - python-version: '3.11' - label: linux-64-py-3-11-openmpi + python-version: '3.12' + label: linux-64-py-3-12-openmpi prefix: /Users/runner/miniconda3/envs/my-env environment-file: .ci_support/environment-openmpi.yml - operating-system: ubuntu-latest - python-version: '3.11' - label: linux-64-py-3-11-mich + python-version: '3.12' + label: linux-64-py-3-12-mpich prefix: /usr/share/miniconda3/envs/my-env environment-file: .ci_support/environment-mpich.yml