Increase the macOS version for GitHub hosted runners (#3882)

This commit is contained in:
Thiago Silva 2022-08-01 15:44:36 -03:00 committed by GitHub
commit 23bc00db85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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