Skip to content

Commit

Permalink
WIP: Update runner to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Oct 15, 2024
1 parent 3c129aa commit 0c024aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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-22.04
strategy:
fail-fast: false # false: try to complete all jobs
matrix:
Expand Down Expand Up @@ -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 0c024aa

Please sign in to comment.