Upgrading macos builders to macos 12. (#4233)
This commit is contained in:
parent
76a5503669
commit
7772cd784c
4 changed files with 4 additions and 4 deletions
2
.github/workflows/beta_artifacts.yml
vendored
2
.github/workflows/beta_artifacts.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
osx_job:
|
osx_job:
|
||||||
if: ${{ github.event.inputs.ref == '' && needs.build_auto_setup_job.result == 'success' && always() || github.event.inputs.ref != '' && always() }}
|
if: ${{ github.event.inputs.ref == '' && needs.build_auto_setup_job.result == 'success' && always() || github.event.inputs.ref != '' && always() }}
|
||||||
needs: build_auto_setup_job
|
needs: build_auto_setup_job
|
||||||
runs-on: macOS-11
|
runs-on: macOS-12
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: Set the tag and the pre-release version
|
- name: Set the tag and the pre-release version
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
osx_job:
|
osx_job:
|
||||||
needs: build_auto_setup_job
|
needs: build_auto_setup_job
|
||||||
runs-on: macOS-11
|
runs-on: macOS-12
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: Set the tag and the pre-release version
|
- name: Set the tag and the pre-release version
|
||||||
|
|
|
||||||
2
.github/workflows/live_artifacts.yml
vendored
2
.github/workflows/live_artifacts.yml
vendored
|
|
@ -15,7 +15,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
osx_job:
|
osx_job:
|
||||||
runs-on: macOS-11
|
runs-on: macOS-12
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: tag
|
- name: tag
|
||||||
|
|
|
||||||
2
.github/workflows/test_network_artifacts.yml
vendored
2
.github/workflows/test_network_artifacts.yml
vendored
|
|
@ -16,7 +16,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
osx_job:
|
osx_job:
|
||||||
runs-on: macOS-11
|
runs-on: macOS-12
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: tag
|
- name: tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue