Skip to content

Commit

Permalink
Minor attempt to fix GH builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jul 20, 2023
1 parent 36f260e commit 027a791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [g++-9, clang]
compiler: [g++-13, clang]
exclude:
# Only default compiler on macos-latest and ubuntu-latest
- os: macos-latest
compiler: g++-9
compiler: g++-13
- os: ubuntu-latest
compiler: clang
include:
- os: ubuntu-latest
compiler: g++-9
compiler: g++-13
- os: macos-latest
compiler: clang

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.8)
project (budgetwarrier)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_INSTALL_PREFIX /usr/local)
Expand Down

0 comments on commit 027a791

Please sign in to comment.