From 5397ddee3b300c5714cd6d5a3b51a78f6bc3573c Mon Sep 17 00:00:00 2001 From: Ken-ichi Ueda Date: Mon, 25 Nov 2024 12:02:37 -0800 Subject: [PATCH] chore: update runners for CI --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3e2e3ad2..5a618f6b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ on: jobs: test: name: Instrumented Tests, SDK ${{ matrix.api-level }} - runs-on: macos-12 + runs-on: macos-14 strategy: fail-fast: false matrix: @@ -118,7 +118,7 @@ jobs: name: Notify Slack needs: test if: ${{ success() || failure() }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: iRoachie/slack-github-actions@v2.3.2 if: env.SLACK_WEBHOOK_URL != null