Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Dec 26, 2024
1 parent 5bf9710 commit 61db9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
ARTIFACT_BUNDLE: "license-checker.artifactbundle"

steps:
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-14
timeout-minutes: 20
env:
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"

steps:
- name: Checkout
Expand All @@ -25,9 +25,3 @@ jobs:
-destination "platform=macOS" \
-resultBundlePath TestsResult | \
xcpretty -c && exit ${PIPESTATUS[0]}
- name: Archive unit test results
if: success() || failure()
uses: kishikawakatsumi/xcresulttool@v1
with:
path: TestsResult.xcresult

0 comments on commit 61db9c0

Please sign in to comment.