From c3f9f6fdbfff0c27f5024c7ec6d45d6d53c88d2f Mon Sep 17 00:00:00 2001 From: YoloMao Date: Tue, 8 Oct 2024 16:53:12 +0800 Subject: [PATCH] build: ci runs on macos-15 runner image --- .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 bafea698..0f2ccfc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: build: - runs-on: macos-12 + runs-on: macos-15 env: DERIVED_DATA: ${{ github.workspace }}/.DerivedData @@ -44,7 +44,7 @@ jobs: xcodebuild test -workspace Example/GrowingAnalytics.xcworkspace \ -scheme GrowingAnalyticsTests \ -testPlan GrowingAnalyticsTests \ - -destination 'platform=iOS Simulator,name=iPhone 14' \ + -destination 'platform=iOS Simulator,name=iPhone 16 Pro' \ -enableCodeCoverage YES \ -derivedDataPath ${{ env.DERIVED_DATA }} \ OTHER_CFLAGS="\$(inherited) -gen-cdb-fragment-path ${{ env.DERIVED_DATA }}/compilation-database" \ @@ -56,7 +56,7 @@ jobs: - name: Brew Install Xcresultparser run: | brew tap a7ex/homebrew-formulae - brew install xcresultparser@1.6.5 + brew install xcresultparser - name: Parse xcresult to Cobertura xml run: |