From c03bd4a50d75110b226d80df36cb36ea1ae674ee Mon Sep 17 00:00:00 2001 From: Martin Visser Date: Fri, 30 Aug 2024 11:57:22 +0200 Subject: [PATCH] Use macos-13 for x86 builds now macos-latest is arm --- .github/workflows/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index ccdef83..42effc8 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ ubuntu-latest, macOS-latest, macos-14 ] + os: [ ubuntu-latest, macos-latest, macos-13 ] runs-on: ${{ matrix.os }} steps: - name: 'Check out repository'