From befeb0ee97b6f72c7a449a5788bb02b8f7727f11 Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:17:24 +0800 Subject: [PATCH 1/2] Update macOS CI Also, macOS-latest x64 is emulating x64 on aarch64 (actions/runner-images#9741). Should this be macos-13 x64 instead? --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d9251fe2c..1a184efed 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: arch: - x64 include: - - os: macOS-14 + - os: macOS-latest arch: aarch64 version: '1' - os: ubuntu-latest From d86da7a9b318d0055ddd079ab0fc6db9da6dd74d Mon Sep 17 00:00:00 2001 From: wheeheee <104880306+wheeheee@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:08:26 +0800 Subject: [PATCH 2/2] include macOS-13 x64 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1a184efed..1b9c8992f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-latest + - macOS-13 arch: - x64 include: