Skip to content

Commit

Permalink
chore: update runners for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kueda committed Nov 25, 2024
1 parent 1dc67ab commit 5397dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/[email protected]
if: env.SLACK_WEBHOOK_URL != null
Expand Down

0 comments on commit 5397dde

Please sign in to comment.