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'