ci: add macos-26-arm64 workflow (#253)

This commit is contained in:
feihongxu0824 2026-03-23 21:57:48 +08:00 committed by GitHub
parent 31aaa2febb
commit c23ef686f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,14 @@ jobs:
platform: macos-arm64
os: macos-15
build-and-test-macos-26-arm64:
name: Build & Test (macos-26-arm64)
needs: lint
uses: ./.github/workflows/03-macos-linux-build.yml
with:
platform: macos-arm64
os: macos-26
build-and-test-linux-arm64:
name: Build & Test (linux-arm64)
needs: lint