From 089113b7eca1bb94e787a65e0eeaed61d95848c5 Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 30 Oct 2023 16:50:26 +0000 Subject: [PATCH] Proper definition of github worker on Apple M1 https://github.blog/changelog/2023-10-02-github-actions-apple-silicon-m1-macos-runners-are-now-available-in-public-beta/ https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners#about-macos-larger-runners --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab0d092e9..eb9723a56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - macos-11 - macos-12 - macos-13 - - macos-13-arm64 + - macos-13-xlarge target: - native_dyn - iOS_arm64 @@ -26,10 +26,10 @@ jobs: target: iOS_arm64 - os: macos-11 target: iOS_x86_64 - - os: macos-13-arm64 + - os: macos-13-xlarge target: iOS_arm64 - - os: macos-13-arm64 - target: iOS_x86_64 + - os: macos-13-xlarge + target: iOS_x86_64 runs-on: ${{ matrix.os }} steps: