Increase the macOS version for GitHub hosted runners (#3882)
This commit is contained in:
parent
43db74f7c5
commit
23bc00db85
4 changed files with 4 additions and 4 deletions
2
.github/workflows/beta_artifacts.yml
vendored
2
.github/workflows/beta_artifacts.yml
vendored
|
@ -51,7 +51,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-10.15
|
||||
runs-on: macOS-11
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
BOOST_ROOT: /tmp/boost
|
||||
|
|
2
.github/workflows/live_artifacts.yml
vendored
2
.github/workflows/live_artifacts.yml
vendored
|
@ -15,7 +15,7 @@ env:
|
|||
|
||||
jobs:
|
||||
osx_job:
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macOS-11
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
BOOST_ROOT: /tmp/boost
|
||||
|
|
2
.github/workflows/test_network_artifacts.yml
vendored
2
.github/workflows/test_network_artifacts.yml
vendored
|
@ -16,7 +16,7 @@ env:
|
|||
|
||||
jobs:
|
||||
osx_job:
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macOS-11
|
||||
timeout-minutes: 90
|
||||
env:
|
||||
BOOST_ROOT: /tmp/boost
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
BOOST_ROOT: /tmp/boost
|
||||
TEST_USE_ROCKSDB: ${{ matrix.TEST_USE_ROCKSDB }}
|
||||
RELEASE: ${{ matrix.RELEASE }}
|
||||
runs-on: macOS-10.15
|
||||
runs-on: macOS-11
|
||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||
steps:
|
||||
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue