Skip to content

Commit

Permalink
WIP: Upgrade regression tests to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Oct 14, 2024
1 parent 3c129aa commit f6dc8c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
regression_tests:
name: Python ${{ matrix.python-version }}

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false # false: try to complete all jobs
matrix:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Install Loki
run: |
./install --with-claw --with-ofp --with-tests --without-dace
./install --with-ofp --with-tests --without-dace --without-claw
- name: Install up-to-date CMake
run: |
Expand All @@ -88,9 +88,7 @@ jobs:
- name: Run CLOUDSC and ECWAM regression tests
env:
CLOUDSC_DIR: ${{ github.workspace }}/cloudsc
CLOUDSC_ARCH: ${{ github.workspace }}/cloudsc/arch/github/ubuntu/gnu/9.4.0
CLOUDSC2_DIR: ${{ github.workspace }}/cloudsc2_tl_ad
CLOUDSC2_ARCH: ${{ github.workspace }}/cloudsc2_tl_ad/arch/github/ubuntu/gnu/9.4.0
ECWAM_DIR: ${{ github.workspace }}/ecwam
OMP_STACKSIZE: 4G
run: |
Expand Down

0 comments on commit f6dc8c3

Please sign in to comment.