Skip to content

Commit c446691

Browse files
committed
ci: update makefile
1 parent 250a928 commit c446691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: framework
22

33
PROJECT=BatchFirebaseDispatcher.xcodeproj
4-
SIMULATOR='platform=iOS Simulator,name=iPhone 11'
4+
SIMULATOR='platform=iOS Simulator,name=iPhone 15'
55
DERIVED_DATA=$(CURDIR)/DerivedData
66
SONAR_HOME=$(CURDIR)/.sonar
77
SONAR_WORKDIR=$(CURDIR)/.scannerwork/
@@ -40,6 +40,6 @@ remove-package:
4040
carthage:
4141
carthage bootstrap --platform ios --use-xcframeworks
4242

43-
ci: carthage test
43+
ci: test
4444

4545
.PHONY: carthage test

0 commit comments

Comments
 (0)