Skip to content

Commit

Permalink
ECLand: Update Ubutnu images for CI and remove debug leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Feb 7, 2025
1 parent 971fe41 commit 13e8126
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,31 @@ jobs:
include:

- name: linux gnu-10
os: ubuntu-20.04
os: ubuntu-22.04
compiler: gnu-10
compiler_cc: gcc-10
compiler_cxx: g++-10
compiler_fc: gfortran-10
ctest_options: -V -E memory
python-version: '3.8'
python-version: '3.9'
caching: true

# - name: linux nvhpc-23.5
# os: ubuntu-20.04
# os: ubuntu-22.04
# compiler: nvhpc-23.5
# compiler_cc: nvc
# compiler_cxx: nvc++
# compiler_fc: nvfortran
# cmake_options: -DCMAKE_CXX_FLAGS=--diag_suppress177
# python-version: '3.8'
# python-version: '3.9'
# caching: true

- name : linux intel-classic
os: ubuntu-20.04
os: ubuntu-22.04
compiler: intel-classic
compiler_cc: icc
compiler_cxx: icpc
compiler_fc: ifort
python-version: '3.8'
python-version: '3.9'
caching: true

- name: macos
Expand Down Expand Up @@ -121,8 +120,6 @@ jobs:
sudo apt-get install libnetcdff-dev
fi
pip3 install numpy
printenv
- name: Cache Dependencies
Expand Down

0 comments on commit 13e8126

Please sign in to comment.