diff --git a/.github/workflows/release-artifact-bundle.yml b/.github/workflows/release-artifact-bundle.yml index d897d6b..efd4f30 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_16.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer" ARTIFACT_BUNDLE: "license-checker.artifactbundle" steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2de11a..9b3b1a9 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_16.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.2.app/Contents/Developer" steps: - name: Checkout diff --git a/README.md b/README.md index 3d23194..1899aea 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ ## Requirements -- Development with Xcode 16.0+ +- Development with Xcode 16.2+ - Written in Swift 6.0 - Compatible with macOS 14.0+