Skip to content

Add macOS runner for building - #386

Open
emiyl wants to merge 2 commits into
ButterscotchRunner:mainfrom
emiyl:macos-build-test
Open

Add macOS runner for building#386
emiyl wants to merge 2 commits into
ButterscotchRunner:mainfrom
emiyl:macos-build-test

Conversation

@emiyl

@emiyl emiyl commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

So we can see if macOS fails to build and also to provide users with macOS binaries from the actions if they don't want to compile it themselves c:


build-glfw-macos-arm64:
name: Build (GLFW/macOS arm64)
runs-on: macos-latest

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont use -latest CI runners because if the version tied to it updates the compiler might update and introduce new warnings, and since we use -Werror it would break CI without warning


build-glfw-macos-x86_64:
name: Build (GLFW/macOS x86_64)
runs-on: macos-14

@Un1q32 Un1q32 Aug 9, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use macos-26-intel and dont pass the -DCMAKE_OSX_ARCHITECTURES argument. You can omit all the sysctl stuff too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants