Skip to content

Commit 7436814

Browse files
committed
fixed mixed up runner - baseos
1 parent 6f2d9f9 commit 7436814

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/sanitizers_tags.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ build_matrix_build() {
8181

8282
body+="${sep}{"
8383
body+="\"container\":\"ghcr.io/gemc/g4install:${g4v}-${os}-${ver}\","
84-
body+="\"baseos\":\"${runner}\","
85-
body+="\"runner\":\"${os}\","
84+
body+="\"baseos\":\"${os}\","
85+
body+="\"runner\":\"${runner}\","
8686
body+="\"arch\":\"${cpuv}\","
8787
body+="\"sanitizer\":\"${sanitizer}\""
8888
body+="}"

0 commit comments

Comments
 (0)