From 215a609b3ae2cfce4a5ada539daf5156c2b2dd31 Mon Sep 17 00:00:00 2001 From: Tiago Bento Date: Wed, 24 Apr 2024 11:57:47 -0400 Subject: [PATCH] Use macos13 as macost-latest now points to macos14, which is arm-based --- .github/workflows/ci_build.yml | 2 +- .github/workflows/release_build_extended_services.yml | 2 +- .github/workflows/staging_build_extended_services.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index ef5a5b98253..33ae538796a 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] runs-on: ${{ matrix.os }} steps: - name: "Support longpaths" diff --git a/.github/workflows/release_build_extended_services.yml b/.github/workflows/release_build_extended_services.yml index 3478770a756..108f616383f 100644 --- a/.github/workflows/release_build_extended_services.yml +++ b/.github/workflows/release_build_extended_services.yml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-13, windows-latest] steps: - name: "Support longpaths (Windows only)" if: runner.os == 'Windows' diff --git a/.github/workflows/staging_build_extended_services.yml b/.github/workflows/staging_build_extended_services.yml index 5bd01cf3951..ec56e8f7c76 100644 --- a/.github/workflows/staging_build_extended_services.yml +++ b/.github/workflows/staging_build_extended_services.yml @@ -30,7 +30,7 @@ jobs: strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-13, windows-latest] steps: - name: "Support longpaths (Windows only)" if: runner.os == 'Windows'