Skip to content

Commit 2c7b890

Browse files
authored
Merge pull request #267 from plaidev/fix/e2e-ios
test: bump ios version for e2e
2 parents fd100ad + 3ad7e55 commit 2c7b890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1616
- name: Build Nubrick E2E
17-
run: xcodebuild -workspace ./Nubrick.xcworkspace -scheme E2E -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.0' -derivedDataPath ./.dist
17+
run: xcodebuild -workspace ./Nubrick.xcworkspace -scheme E2E -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.1' -derivedDataPath ./.dist
1818
- name: Zip app
1919
run: |
2020
cd .dist/Build/Products/Release-iphonesimulator/ && zip -r E2E.app.zip ./E2E.app

0 commit comments

Comments
 (0)