From 2bd72d143dca77f41a7fef9108b96c0ada129bc4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 1 Feb 2024 13:32:26 +0800 Subject: [PATCH] ci: s/macos-latest/macos-14 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release_napi.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4699db13..c5ec3a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: include: - os: windows-latest - os: ubuntu-latest - - os: macos-latest + - os: macos-14 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -209,7 +209,7 @@ jobs: include: - os: windows-latest - os: ubuntu-latest - - os: macos-latest + - os: macos-14 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release_napi.yml b/.github/workflows/release_napi.yml index 371a00b5..14878fb6 100644 --- a/.github/workflows/release_napi.yml +++ b/.github/workflows/release_napi.yml @@ -70,10 +70,10 @@ jobs: - os: ubuntu-latest target: armv7-unknown-linux-gnueabihf - - os: macos-latest + - os: macos-14 target: x86_64-apple-darwin - - os: macos-latest + - os: macos-14 target: aarch64-apple-darwin - os: ubuntu-latest