From 61b17ae9b39c11efc079b13be41651556869ab3b Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 4 Jan 2026 11:46:06 +0800 Subject: feat(ci): expand macOS matrix to include additional runners and targets --- .github/workflows/CI.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 177ee90..6706475 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -137,10 +137,14 @@ jobs: strategy: matrix: platform: - - runner: macos-13 - target: x86_64 - runner: macos-14 target: aarch64 + - runner: macos-14 + target: x86_64 + - runner: macos-15 + target: x86_64 + - runner: macos-15 + target: aarch64 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 -- cgit v1.2.3-70-g09d2