Skip to content

Commit

Permalink
Bump CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimpostor committed Dec 29, 2023
1 parent b45c671 commit b95aade
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build the Docker image
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.21)
project(quickcurver VERSION 0.1 DESCRIPTION "Modern Qt/C++ implementation of Achtung die Kurve with online multiplayer")

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Note: For Arch Linux users there is an [AUR package](https://aur.archlinux.org/p
### Dependencies
First make sure, that you have the required dependencies of QuickCurver installed. These are:

* A C++ compiler with C++20 support
* At least Qt 6.4
* A C++ compiler with C++23 support
* The latest Qt
* The following Qt Modules (in the parentheses there is an example how the package could be called for your distro (this depends on the distro!)):
- Qt Core (qt6-base)
- Qt GUI (qt6-base)
Expand Down

0 comments on commit b95aade

Please sign in to comment.