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