diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 63b2aaa..8fea618 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,7 +15,7 @@ jobs: name: Analyze runs-on: macos-14 env: - DEVELOPER_DIR: "/Applications/Xcode_16_beta_6.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer" timeout-minutes: 120 permissions: security-events: write diff --git a/.github/workflows/deploy_docc.yml b/.github/workflows/deploy_docc.yml index 3e42a95..5faa6a1 100644 --- a/.github/workflows/deploy_docc.yml +++ b/.github/workflows/deploy_docc.yml @@ -19,7 +19,7 @@ jobs: build: runs-on: macos-14 env: - DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16_Release_Candidate.app/Contents/Developer" steps: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4