Skip to content

Commit

Permalink
adding g2c version 4.0.0 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 4, 2024
1 parent 8f859ff commit 645e471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
jasper-version: [2.0.33, 3.0.5, 4.0.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]
w3emc-version: [2.9.2, 2.9.3, 2.10.0]
g2c-branch: [3.5.1, 4.0.0, develop]
build-utils: [ON, OFF]
exclude:
# utils require w3emc version >= 2.10.0
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
uses: NOAA-EMC/ci-build-nceplibs@develop
with:
bacio-version: v${{ matrix.bacio-version }}
g2c-version: develop
g2c-version: ${{ matrix.g2c-branch }}
g2c-cmake-args: -DENABLE_SHARED=ON
jasper-version: version-${{ matrix.jasper-version }}
w3emc-version: v${{ matrix.w3emc-version }}
Expand Down

0 comments on commit 645e471

Please sign in to comment.