Skip to content

Commit 3c3e5a6

Browse files
authored
CI: Clarify GCC Debug Runner (#347)
One GCC runner builds AMReX in `Debug` mode for more runtime tests. Reflect that in the name of the runner for clarity.
1 parent 6d41bd9 commit 3c3e5a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mpiexec -np 1 python3 -m pytest tests/
5656
5757
gcc10:
58-
name: GNU@10.1
58+
name: GNU@10.5 Debug
5959
runs-on: ubuntu-22.04
6060
env: {CXXFLAGS: "-Werror -Wno-error=deprecated-declarations -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names"}
6161
steps:
@@ -191,7 +191,7 @@ jobs:
191191
python3 -m pytest tests/
192192
193193
nvcc11:
194-
name: [email protected] GNU@9.3.0
194+
name: [email protected] GNU@9.4.0
195195
runs-on: ubuntu-20.04
196196
env: {CXXFLAGS: "-fno-operator-names"}
197197
steps:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
jobs:
1010
msvc:
11-
name: MSVC w/o MPI static release
11+
name: MSVC w/o MPI Static Release
1212
runs-on: windows-latest
1313
steps:
1414
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
run: python3 -m pytest tests
3737

3838
clang:
39-
name: Clang w/o MPI shared debug
39+
name: Clang w/o MPI Shared Debug
4040
runs-on: windows-latest
4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)