diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 5d39e3648f..1696288b02 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -76,7 +76,7 @@ jobs: # Using Xcode 15 as the alpha build uses iOS 17 APIs - name: Select Xcode - run: sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer + run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version)/Contents/Developer - name: Prepare fastlane run: bundle install diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 3d6f444812..b8833eafaf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -79,7 +79,7 @@ jobs: run: | set -o pipefail && xcodebuild test \ -scheme "DuckDuckGo" \ - -destination "platform=iOS Simulator,name=iPhone 15,OS=17.0.1" \ + -destination "platform=iOS Simulator,name=iPhone 15,OS=17.2" \ -derivedDataPath "DerivedData" \ DDG_SLOW_COMPILE_CHECK_THRESHOLD=250 \ | tee xcodebuild.log \ diff --git a/.xcode-version b/.xcode-version index 2bbd2b4b42..adbc6d2b1b 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -15.0.1 +15.1