From 515b9168795940b10c385486c426fdb5eba7d6c0 Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Tue, 13 Aug 2024 11:09:00 +0800 Subject: [PATCH] feat: Add throwExceptionHandler --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 098d226..edc6b36 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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