Skip to content

Commit

Permalink
build: ci runs on macos-15 runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Oct 8, 2024
1 parent 5ae45bc commit c3f9f6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
build:
runs-on: macos-12
runs-on: macos-15
env:
DERIVED_DATA: ${{ github.workspace }}/.DerivedData

Expand Down Expand Up @@ -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" \
Expand All @@ -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: |
Expand Down

0 comments on commit c3f9f6f

Please sign in to comment.