diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index af80e124..598c4232 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -18,7 +18,7 @@ jobs: ref: develop - name: Resolve Dependencies id: resolution - uses: GetSidetrack/action-xcodeproj-spm-update@v0.3.0 + uses: GetSidetrack/action-xcodeproj-spm-update@0.3.0 with: forceResolution: true failWhenOutdated: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 73170a25..b1eeb9fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: - main types: [closed] env: - DEVELOPER_DIR: /Applications/Xcode_14.3.1.app + DEVELOPER_DIR: /Applications/Xcode_15.0.1.app APP_VERSION: '2.7.2' SCHEME_NAME: 'EhPanda' ALTSTORE_JSON_PATH: './AltStore.json' @@ -34,7 +34,7 @@ jobs: run: xcodebuild -version - name: Run tests run: xcodebuild clean test -scheme ${{ env.SCHEME_NAME }} -sdk iphonesimulator - -destination 'platform=iOS Simulator,name=iPhone 14 Pro' + -destination 'platform=iOS Simulator,name=iPhone 15 Pro' - name: Bump version id: bump-version uses: yanamura/ios-bump-version@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c3238f8..080eaa10 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test on: [push] env: SCHEME_NAME: 'EhPanda' - DEVELOPER_DIR: /Applications/Xcode_14.3.1.app + DEVELOPER_DIR: /Applications/Xcode_15.0.1.app jobs: Test: runs-on: macos-13 @@ -17,4 +17,4 @@ jobs: - name: Run tests run: xcodebuild clean test -scheme ${{ env.SCHEME_NAME }} -sdk iphonesimulator - -destination 'platform=iOS Simulator,name=iPhone 14 Pro' + -destination 'platform=iOS Simulator,name=iPhone 15 Pro'