Skip to content

Commit 440c7ad

Browse files
authored
fix linux build validation (Kenix3#789)
1 parent 3e46fe7 commit 440c7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release
9797
cmake --build build-cmake --config Release --parallel 10
9898
env:
99-
CC: gcc-10
100-
CXX: g++-10
99+
CC: gcc-12
100+
CXX: g++-12
101101
- name: Upload build
102102
uses: actions/upload-artifact@v4
103103
with:

0 commit comments

Comments
 (0)