From af460cb1f6a0693156d7193e8d1d38f33906e1ed Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 4 Jul 2024 12:54:38 +0200 Subject: [PATCH] chore: use macos-latest-large for builds on macOS Intel --- .github/workflows/native-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 82c9e4c..2018d7c 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest, macos-14 ] + os: [ ubuntu-latest, macOS-latest, macos-latest-large ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cbc2d9..25400f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest, macos-14 ] + os: [ ubuntu-latest, macOS-latest, macos-latest-large ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository'