Skip to content

Commit

Permalink
feat: Add throwExceptionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Aug 13, 2024
1 parent 62e10a1 commit 515b916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
integration_test_ios:
name: ios integration test
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v1
Expand All @@ -264,7 +264,7 @@ jobs:
integration_test_ios_use_frameworks:
name: ios integration test with use_frameworks
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 515b916

Please sign in to comment.