Skip to content

Commit 7a38c19

Browse files
committed
Drop g++-12 from the build
1 parent db9aaf1 commit 7a38c19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux-ninja-gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- ver: "12"
2322
- ver: "13"
2423
- ver: "14"
24+
- ver: "15"
2525
env:
2626
ENV_COMPILER_VERSION: "-${{ matrix.ver }}"
2727
name: "(linux-ninja-gcc-s-vcpkg-${{ matrix.ver }})"
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
preset="linux-ninja-gcc-s-vcpkg"
6868
echo "Executing workflow $preset for gcc-${{ matrix.ver }} with VCPKG_ROOT @ $VCPKG_ROOT"
69-
CC=gcc-15 CXX=g++-15 cmake --workflow --preset=$preset
69+
cmake --workflow --preset=$preset
7070
- name: Generate JUnit test results
7171
uses: ctrf-io/github-test-reporter@v1
7272
env:

0 commit comments

Comments
 (0)