Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 10, 2024
1 parent 3173b46 commit d31bc80
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 @@ -12,7 +12,7 @@ concurrency:

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

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Brew Install Xcresultparser
run: |
brew tap a7ex/homebrew-formulae
brew install xcresultparser
brew install xcresultparser@1.6.5
- name: Parse xcresult to Cobertura xml
run: |
Expand Down

0 comments on commit d31bc80

Please sign in to comment.