summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2023-10-05 11:39:31 +0200
committerBug Magnet <marco.nikic@mullvad.net>2023-10-05 11:39:31 +0200
commit017dec4c3f522aecf786004ce09c981ef17e1464 (patch)
tree048d4c41793d017c116633ba4f47879c548a8c83
parente711b1f804880279abd02270af946363f58d36c4 (diff)
parenta2bf3d338aaa2d4715a504894d901dd350d15224 (diff)
downloadmullvadvpn-017dec4c3f522aecf786004ce09c981ef17e1464.tar.xz
mullvadvpn-017dec4c3f522aecf786004ce09c981ef17e1464.zip
Merge branch 'investigate-using-xcode-15-on-the-ios-ci-environment-ios-328'
-rw-r--r--.github/workflows/ios.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 7f49ba1bdb..2eaee77bce 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -65,7 +65,7 @@ jobs:
- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
- xcode-version: '14.3'
+ xcode-version: '15.0'
- name: Configure Rust
run: rustup target add x86_64-apple-ios
@@ -88,7 +88,7 @@ jobs:
-project MullvadVPN.xcodeproj \
-scheme MullvadVPN \
-testPlan MullvadVPNCI \
- -destination "platform=iOS Simulator,OS=16.4,name=iPhone 14" \
+ -destination "platform=iOS Simulator,OS=17.0,name=iPhone 14" \
-clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \
test 2>&1 | xcbeautify
working-directory: ios/