From c23ef686f3ac8a2d8dbc3004073d039ad5bdd3f3 Mon Sep 17 00:00:00 2001 From: feihongxu0824 Date: Mon, 23 Mar 2026 21:57:48 +0800 Subject: [PATCH] ci: add macos-26-arm64 workflow (#253) --- .github/workflows/01-ci-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/01-ci-pipeline.yml b/.github/workflows/01-ci-pipeline.yml index e814a9b..9eb2c9d 100644 --- a/.github/workflows/01-ci-pipeline.yml +++ b/.github/workflows/01-ci-pipeline.yml @@ -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