Skip to content

Commit

Permalink
Merge pull request NOAA-GFDL#306 from rem1776/ci-image-gnu14
Browse files Browse the repository at this point in the history
Update CI image
  • Loading branch information
ceblanton authored Sep 3, 2024
2 parents 9c4cb9c + c87dd6b commit e92dc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with_mpi: ['','--with-mpi']
enable_quad_precision: ['', '--enable-quad-precision']
container:
image: noaagfdl/fre-nctools-base:2.0.0-focal
image: ghcr.io/noaa-gfdl/fre-nctools-ci-rocky-gnu:14.2.0
env:
MPI: ${{ matrix.with_mpi }}
QUAD_P: ${{ matrix.enable_quad_precision }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
mkdir build && cd build
autoreconf -i ../configure.ac
../configure $MPI $QUAD_P
../configure $MPI $QUAD_P || cat config.log
- name: Build tools
run: make -C build
- name: Run all tests
Expand Down

0 comments on commit e92dc37

Please sign in to comment.