Skip to content

Commit

Permalink
update test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Feb 8, 2025
1 parent d6fa518 commit e9c24c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'v4.0.1'
cli: 'v3.2.2'
sdk: 'v4.2.0'
cli: 'v3.4.0'
path: 'test'
combine: true
target: ${{ matrix.config.target }}
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.21)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(test-mod)
Expand Down
2 changes: 1 addition & 1 deletion test/mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"geode": "4.0.1",
"geode": "4.2.0",
"gd": {
"win": "2.2074",
"android": "2.2074",
Expand Down

0 comments on commit e9c24c6

Please sign in to comment.