Skip to content

Commit

Permalink
Update xcodebuild action (#563)
Browse files Browse the repository at this point in the history
* Update xcodebuild action API

* Use mxcl/xcodebuild
  • Loading branch information
bamx23 authored Sep 13, 2024
1 parent 686952e commit 75979a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: tuist generate --verbose --no-open

- name: Run Build
uses: mxcl/xcodebuild@v3.0.0
uses: mxcl/xcodebuild@v3
with:
action: test
workspace: "Samples/KSCrashSamples.xcworkspace"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
- platform: iOS
xcode-version: "latest"
- platform: iOS
os-version: ~16.4.0
platform-version: ~16.4.0
macos-version: "13"
xcode-version: "14.3.1"

- platform: watchOS
- platform: watchOS
os-version: ~9.4.0
platform-version: ~9.4.0
macos-version: "13"
xcode-version: "14.3.1"

- platform: tvOS
- platform: tvOS
os-version: ~16.4.0
platform-version: ~16.4.0
macos-version: "13"
xcode-version: "14.3.1"

Expand All @@ -66,10 +66,10 @@ jobs:
xcode-version: ${{ matrix.xcode-version || 'latest-stable' }}

- name: Run Unit Tests
uses: bamx23/xcodebuild@os-version
uses: mxcl/xcodebuild@v3
timeout-minutes: 15
with:
workspace: ".swiftpm/xcode/package.xcworkspace"
scheme: "KSCrash-Package"
platform: ${{ matrix.platform }}
os-version: ${{ matrix.os-version }}
platform-version: ${{ matrix.platform-version }}

0 comments on commit 75979a4

Please sign in to comment.