Skip to content

Commit

Permalink
Update build parameters and machine for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Dec 5, 2023
1 parent 57eb721 commit 997b057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ steps:
- "logs/*"
- label: "iOS 13 Unit Tests"
commands:
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=13.0
- ./scripts/run-unit-tests.sh PLATFORM=iOS OS=13.7
plugins:
artifacts#v1.5.0:
upload:
- "logs/*"
agents:
queue: macos-11
queue: macos-12-arm

- group: ":iphone: E2E Tests"
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
else
ifeq ($(PLATFORM),iOS)
SDK?=iphonesimulator
DEVICE?=iPhone 8
DEVICE?=iPhone 11
DESTINATION?=platform=iOS Simulator,name=$(DEVICE),OS=$(OS)
RELEASE_DIR=Release-iphoneos
else
Expand Down

0 comments on commit 997b057

Please sign in to comment.