diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ce5f65..54bd6eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: - main env: - DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" # Limit GITHUB_TOKEN permissions to read-only for repo contents # https://docs.github.com/en/actions/security-guides/automatic-token-authentication diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eebd0a4..8976b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: env: - DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" # Limit GITHUB_TOKEN permissions to read-only for repo contents # https://docs.github.com/en/actions/security-guides/automatic-token-authentication