From 977259e3217c2c02aafb27f47cdd21062e90ecd6 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:30:08 +0800 Subject: [PATCH] Update macOS version in CI workflow --- .github/workflows/ci_packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_packages.yml b/.github/workflows/ci_packages.yml index b050b6871e..c9ed6355b7 100644 --- a/.github/workflows/ci_packages.yml +++ b/.github/workflows/ci_packages.yml @@ -18,12 +18,12 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + os: [ubuntu-latest, macos-latest] batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num` include: - os: ubuntu-latest cpu: amd64 - - os: macos-14 + - os: macos-latest cpu: arm64 name: '${{ matrix.os }} (batch: ${{ matrix.batch }})' runs-on: ${{ matrix.os }}