Skip to content

Commit 859d202

Browse files
committed
fixup! [ci] Bump release runners to latest/24.04
1 parent e51df41 commit 859d202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/uploadReleaseArtifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
sha256: shasum -a 256
9191
cont: '\'
9292
setup:
93-
cmake_c_compiler: clang-12
94-
cmake_cxx_compiler: clang++-12
93+
cmake_c_compiler: clang
94+
cmake_cxx_compiler: clang++
9595
run: |
9696
json=$(echo '${{ toJSON(env) }}' | jq -c)
9797
echo $json

0 commit comments

Comments
 (0)