From 8b08c74afad0452a964f904ea9ea610543a3168c Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 4 Jul 2024 13:06:19 +0200 Subject: [PATCH] chore: free Intel builds are only available on macOS 13 and below --- .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 2018d7c..62e86d2 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-latest-large ] + os: [ ubuntu-latest, macOS-latest, macos-13 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25400f6..48d7a4b 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-latest-large ] + os: [ ubuntu-latest, macOS-latest, macos-13 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository'