From f3aa3888e415a152e652cda43a54e46f3564f907 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 9 May 2024 12:04:22 +0800 Subject: [PATCH] fix(ci): macOS x86_64 --- .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 437c881..8798aed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: settings: - - host: macos-latest + - host: macos-13 target: x86_64-apple-darwin build: yarn build --target x86_64-apple-darwin - host: windows-latest @@ -109,7 +109,7 @@ jobs: fail-fast: false matrix: settings: - - host: macos-latest + - host: macos-13 target: x86_64-apple-darwin # - host: windows-latest # target: x86_64-pc-windows-msvc