From 23bc00db852850a7b231538e0cb345a4e9a6fcf2 Mon Sep 17 00:00:00 2001 From: Thiago Silva <82097354+thsfs@users.noreply.github.com> Date: Mon, 1 Aug 2022 15:44:36 -0300 Subject: [PATCH] Increase the macOS version for GitHub hosted runners (#3882) --- .github/workflows/beta_artifacts.yml | 2 +- .github/workflows/live_artifacts.yml | 2 +- .github/workflows/test_network_artifacts.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta_artifacts.yml b/.github/workflows/beta_artifacts.yml index b2d95908..140f7ad0 100644 --- a/.github/workflows/beta_artifacts.yml +++ b/.github/workflows/beta_artifacts.yml @@ -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 diff --git a/.github/workflows/live_artifacts.yml b/.github/workflows/live_artifacts.yml index 9fce1f1d..c84b14c0 100644 --- a/.github/workflows/live_artifacts.yml +++ b/.github/workflows/live_artifacts.yml @@ -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 diff --git a/.github/workflows/test_network_artifacts.yml b/.github/workflows/test_network_artifacts.yml index c84edff7..cf75363d 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-10.15 + runs-on: macOS-11 timeout-minutes: 90 env: BOOST_ROOT: /tmp/boost diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e80d3d4d..e2a82a66 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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