Skip to content

Commit 5ee3ebc

Browse files
committed
Check mac bindings
1 parent 057d983 commit 5ee3ebc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Windows
1616
os: windows-latest
1717

18+
- name: macOS
19+
os: macos-latest
20+
1821
- name: Android32
1922
os: ubuntu-latest
2023
target: Android32

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.21)
22
set(CMAKE_CXX_STANDARD 20)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4-
set(CMAKE_OSX_ARCHITECTURES "x86_64")
4+
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
55
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
66

77
project(Minecraft VERSION 1.0.0)

0 commit comments

Comments
 (0)