diff --git a/.github/workflows/release-artifact-bundle.yml b/.github/workflows/release-artifact-bundle.yml index 101da5d..2992bcb 100644 --- a/.github/workflows/release-artifact-bundle.yml +++ b/.github/workflows/release-artifact-bundle.yml @@ -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: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1be6086..d43a896 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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