diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index fdc2ee72..85197711 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -19,7 +19,7 @@ jobs: with: forceResolution: true failWhenOutdated: false - xcodePath: '/Applications/Xcode_16.1.app' + xcodePath: '/Applications/Xcode_16.2.app' - name: Create Pull Request if: steps.resolution.outputs.dependenciesChanged == 'true' uses: peter-evans/create-pull-request@v7 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36da1d1b..1bd1e111 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: - main types: [closed] env: - DEVELOPER_DIR: /Applications/Xcode_16.1.app + DEVELOPER_DIR: /Applications/Xcode_16.2.app APP_VERSION: '2.7.8' SCHEME_NAME: 'EhPanda' ALTSTORE_JSON_PATH: './AltStore.json' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a415de6..5015dbcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test on: [push, workflow_dispatch] env: SCHEME_NAME: 'EhPanda' - DEVELOPER_DIR: /Applications/Xcode_16.1.app + DEVELOPER_DIR: /Applications/Xcode_16.2.app jobs: Test: runs-on: macos-15