Skip to content

Commit

Permalink
FIX: Use C++23.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris van Rens committed Oct 3, 2024
1 parent 3cd16be commit 8a72ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
mkdir build
cd build
g++ -std=c++20 -Wall -Wextra -Wconversion -Werror -I../include ../tests/memo_cache.cpp -o memo_cache
g++ -std=c++23 -Wall -Wextra -Wconversion -Werror -I../include ../tests/memo_cache.cpp -o memo_cache
- name: Test
run: |
Expand Down

0 comments on commit 8a72ae1

Please sign in to comment.