From f4d05f2073391aced6cea8600aa1b8b3113f86ee Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Mon, 25 Jul 2022 14:23:39 +0800 Subject: [PATCH] chore: bump macos runner version GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22 Signed-off-by: Baoshuo Ren --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22258b2cc..4396cb003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: go-version: [1.18.4] - os: [ubuntu-18.04, macos-10.15, windows-2019] + os: [ubuntu-18.04, macos-12, windows-2019] steps: - uses: actions/setup-go@v2 @@ -214,7 +214,7 @@ jobs: strategy: matrix: - os: [ubuntu-18.04, macos-10.15, windows-2019, windows-2022] + os: [ubuntu-18.04, macos-12, windows-2019, windows-2022] go-version: ['1.17.12', '1.18.4'] steps: - uses: actions/setup-go@v2 @@ -518,7 +518,7 @@ jobs: tests-mac-os: name: MacOS unit tests - runs-on: macos-10.15 + runs-on: macos-12 timeout-minutes: 10 needs: [project, linters, protos, man] env: