Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
name: [linux,windows_x86,windows_x64,mac_mac,mac_ios]
include:
- name: linux
os: ubuntu-20.04
os: ubuntu-22.04
label: Linux
- name: windows_x86
os: windows-2019
os: windows-2022
label: Win_x86
- name: windows_x64
os: windows-2019
os: windows-2022
label: Win_x64
- name: mac_mac
os: macos-14
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.10)
project(LLGI)

file(GLOB files *.h *.cpp)
Expand Down
Loading