Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.
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
9 changes: 5 additions & 4 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ jobs:
fail-fast: false
matrix:
settings:
# Both Darwin targets on macos-latest (arm64 host); x86_64 is
# cross-compiled. macos-13 (Intel) runners queue for long periods.
- host: macos-latest
# Product Darwin: Sylphx self-hosted only (no GitHub-hosted macos-*).
# QEMU amd64 fleet: x86_64 native; aarch64 cross-compiled on same host.

- host: [self-hosted, sylphx, macos, standard]
target: aarch64-apple-darwin
platform_key: darwin-arm64
- host: macos-latest
- host: [self-hosted, sylphx, macos, standard]
target: x86_64-apple-darwin
platform_key: darwin-x64
- host: ubuntu-24.04
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
fail-fast: false
matrix:
settings:
# Both Darwin targets on macos-latest; x86_64 is cross-compiled.
# macos-13 Intel runners often queue indefinitely.
- host: macos-latest
# Product Darwin: Sylphx self-hosted only (no GitHub-hosted macos-*).
# QEMU amd64 fleet: x86_64 native; aarch64 cross-compiled on same host.

- host: [self-hosted, sylphx, macos, standard]
target: aarch64-apple-darwin
- host: macos-latest
- host: [self-hosted, sylphx, macos, standard]
target: x86_64-apple-darwin
- host: ubuntu-24.04
target: x86_64-unknown-linux-gnu
Expand Down