From 4439a4ca63704968cc1f994dff72929d824b9368 Mon Sep 17 00:00:00 2001 From: durswd Date: Fri, 5 Sep 2025 21:33:49 +0900 Subject: [PATCH 1/3] Update any things --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4f2ff23..3c9d830 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0) +cmake_minimum_required(VERSION 3.10) project(LLGI) file(GLOB files *.h *.cpp) From d7418571a8874f77b632cbdd296dc63ab99978f2 Mon Sep 17 00:00:00 2001 From: durswd Date: Fri, 5 Sep 2025 21:35:28 +0900 Subject: [PATCH 2/3] fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aef80c6..b794dc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,10 +20,10 @@ jobs: os: ubuntu-20.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 From d325171eb69941f390ba60f1795fb6d1759581fe Mon Sep 17 00:00:00 2001 From: durswd Date: Fri, 5 Sep 2025 21:46:16 +0900 Subject: [PATCH 3/3] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b794dc4..b83728e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ 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-2022