Skip to content

Commit 723caf2

Browse files
committed
Attempt to fix broken build
1 parent fe4c779 commit 723caf2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
compiler: [ { cxx: g++-9, c: gcc-9 }, { cxx: clang++-11, c: clang-11 } ]
43+
compiler: [ { cxx: g++-14, c: gcc-14 }, { cxx: clang++-20, c: clang-20 } ]
4444
build-type: [ Debug, Release ]
4545
steps:
4646
- uses: actions/checkout@v4

external/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ set(CXXOPTS_BUILD_TESTS OFF)
2929
FetchContent_Declare(
3030
cxxopts
3131
GIT_REPOSITORY https://github.com/jarro2783/cxxopts
32-
GIT_TAG v2.2.1
3332
GIT_SHALLOW TRUE
3433
)
3534

0 commit comments

Comments
 (0)