Skip to content

Commit a4c8922

Browse files
committed
debugging
1 parent 989cf0e commit a4c8922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuousIntegration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
include:
92-
- name: rocky-gcc-dbg (rockylinux8, gcc 14, Release)
92+
- name: rocky-gcc-dbg (rockylinux8, gcc 14, Release)
9393
DOCKER_REPOSITORY: geosx/rockylinux:8-gcc
9494
RUNS_ON: ubuntu-24.04
9595
CMAKE_CXX_COMPILER: /usr/bin/g++
@@ -116,7 +116,7 @@ jobs:
116116
CMAKE_CXX_COMPILER: /usr/bin/clang++
117117
CMAKE_C_COMPILER: /usr/bin/clang
118118
CMAKE_BUILD_TYPE: Release
119-
119+
120120
- name: ubuntu24-gcc11-dbg (ubuntu-24, gcc 11.4.0, Release)
121121
DOCKER_REPOSITORY: geosx/ubuntu:24.04-gcc
122122
RUNS_ON: ubuntu-24.04

0 commit comments

Comments
 (0)