From e9a2f876ae0da6acbca820c1f34a69a823192fe4 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Wed, 15 Jan 2025 18:45:35 +0900 Subject: [PATCH] workflows: macos: Build Intel Mac packages by macos-14-large runner Signed-off-by: Hiroshi Hatake --- .github/workflows/call-build-macos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/call-build-macos.yaml b/.github/workflows/call-build-macos.yaml index 9a81f325ac0..23cc9d79403 100644 --- a/.github/workflows/call-build-macos.yaml +++ b/.github/workflows/call-build-macos.yaml @@ -76,6 +76,8 @@ jobs: config: - name: "Apple Silicon macOS runner" runner: macos-14 + - name: "Intel macOS runner" + runner: macos-14-large steps: - name: Checkout repository