We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a6ba8 commit 06acd34Copy full SHA for 06acd34
1 file changed
.github/workflows/github_cmake_gnu.yml
@@ -40,7 +40,7 @@ jobs:
40
libyaml-flag: [ "", -DWITH_YAML=on ]
41
build-type: [ "-DCMAKE_BUILD_TYPE=Release", "-DCMAKE_BUILD_TYPE=Debug" ]
42
container:
43
- image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0-arm
+ image: ghcr.io/noaa-gfdl/fms/fms-ci-rocky-gnu:13.2.0-arm-cmake-update
44
env:
45
CMAKE_FLAGS: "${{ matrix.build-type }} ${{ matrix.libyaml-flag }}"
46
EXCLUDE_TESTS: "test_mpp_nesting|test_sat_vapor_pres|test_mpp_clock_begin_end_id"
0 commit comments