summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2023-10-25 15:47:16 +0200
committerBug Magnet <marco.nikic@mullvad.net>2023-10-25 15:47:16 +0200
commit5d424ee0fb38d97a17d0b7cccdb005347ff3dfd3 (patch)
tree3f804bb56de2ac83333f529d44f8091ca1ddcd9e /.github/workflows
parent31a7a50b0246798c08c8d32a93865793af7b2a3d (diff)
parentc8547c7ba39f5cb388fbf084bf18281afef47bf4 (diff)
downloadmullvadvpn-5d424ee0fb38d97a17d0b7cccdb005347ff3dfd3.tar.xz
mullvadvpn-5d424ee0fb38d97a17d0b7cccdb005347ff3dfd3.zip
Merge branch 'fix-ci'
Diffstat (limited to '.github/workflows')
-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 2eaee77bce..25489032ff 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: '15.0'
+ xcode-version: '15.0.1'
- 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=17.0,name=iPhone 14" \
+ -destination "platform=iOS Simulator,name=iPhone 15" \
-clonedSourcePackagesDirPath "$SOURCE_PACKAGES_PATH" \
test 2>&1 | xcbeautify
working-directory: ios/