We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989cf0e commit a4c8922Copy full SHA for a4c8922
.github/workflows/continuousIntegration.yml
@@ -89,7 +89,7 @@ jobs:
89
fail-fast: false
90
matrix:
91
include:
92
- - name: rocky-gcc-dbg (rockylinux8, gcc 14, Release)
+ - name: rocky-gcc-dbg (rockylinux8, gcc 14, Release)
93
DOCKER_REPOSITORY: geosx/rockylinux:8-gcc
94
RUNS_ON: ubuntu-24.04
95
CMAKE_CXX_COMPILER: /usr/bin/g++
@@ -116,7 +116,7 @@ jobs:
116
CMAKE_CXX_COMPILER: /usr/bin/clang++
117
CMAKE_C_COMPILER: /usr/bin/clang
118
CMAKE_BUILD_TYPE: Release
119
-
+
120
- name: ubuntu24-gcc11-dbg (ubuntu-24, gcc 11.4.0, Release)
121
DOCKER_REPOSITORY: geosx/ubuntu:24.04-gcc
122
0 commit comments