From 9423aa53ae599999f514984fe0d773558aef2be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Thu, 1 Feb 2024 15:47:49 -0800 Subject: [PATCH] Use macos-14 runner instead of macos-latest-xlarge runner (#2167) --- .github/workflows/build-macos.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 7d31257bc..3dff23d3b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -15,10 +15,9 @@ jobs: matrix: include: - arch: x64 - runner: macos-latest - # https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/ + runner: macos-13 - arch: arm64 - runner: macos-latest-xlarge + runner: macos-14 steps: - uses: actions/checkout@v4