From 7772cd784cea911d14a884baf33446161aa13517 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Mon, 15 May 2023 17:56:47 +0100 Subject: [PATCH] Upgrading macos builders to macos 12. (#4233) --- .github/workflows/beta_artifacts.yml | 2 +- .github/workflows/beta_artifacts_latest_release_branch.yml | 2 +- .github/workflows/live_artifacts.yml | 2 +- .github/workflows/test_network_artifacts.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta_artifacts.yml b/.github/workflows/beta_artifacts.yml index 671d78b6a..5adaedab9 100644 --- a/.github/workflows/beta_artifacts.yml +++ b/.github/workflows/beta_artifacts.yml @@ -52,7 +52,7 @@ jobs: osx_job: if: ${{ github.event.inputs.ref == '' && needs.build_auto_setup_job.result == 'success' && always() || github.event.inputs.ref != '' && always() }} needs: build_auto_setup_job - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 90 steps: - name: Set the tag and the pre-release version diff --git a/.github/workflows/beta_artifacts_latest_release_branch.yml b/.github/workflows/beta_artifacts_latest_release_branch.yml index 0d1bdb6ca..8ca4850d9 100644 --- a/.github/workflows/beta_artifacts_latest_release_branch.yml +++ b/.github/workflows/beta_artifacts_latest_release_branch.yml @@ -43,7 +43,7 @@ jobs: osx_job: needs: build_auto_setup_job - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 90 steps: - name: Set the tag and the pre-release version diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index 0f18ad095..4fa94b020 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -15,7 +15,7 @@ env: jobs: osx_job: - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 90 steps: - name: tag diff --git a/.github/workflows/test_network_artifacts.yml b/.github/workflows/test_network_artifacts.yml index 9cdb1ba48..296987769 100644 --- a/.github/workflows/test_network_artifacts.yml +++ b/.github/workflows/test_network_artifacts.yml @@ -16,7 +16,7 @@ env: jobs: osx_job: - runs-on: macOS-11 + runs-on: macOS-12 timeout-minutes: 90 steps: - name: tag