Update macOS CI stuff

This commit is contained in:
Luke Street
2026-04-14 21:27:07 -06:00
parent bf83f40ec5
commit d432fbcd10
3 changed files with 104 additions and 49 deletions
+7 -3
View File
@@ -81,10 +81,14 @@ jobs:
fail-fast: false
matrix:
include:
- name: AppleClang macOS universal
- name: AppleClang macOS arm64
platform: macos
preset: x-macos-ci
artifact_name: macos-appleclang-universal
preset: x-macos-ci-arm64
artifact_name: macos-appleclang-arm64
- name: AppleClang macOS x86_64
platform: macos
preset: x-macos-ci-x86_64
artifact_name: macos-appleclang-x86_64
- name: AppleClang iOS arm64
platform: ios
preset: x-ios-ci