From bdd9e6c18afb7a5ef12cd31d081884f073da87c4 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 3 Nov 2023 18:29:57 -0700 Subject: [PATCH] chore: up ci.yml to mac-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be90b3..15ff7b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,9 +68,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11, ubuntu-latest] + os: [macos-latest, ubuntu-latest] include: - - os: macos-11 + - os: macos-latest target: aarch64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-gnu