Skip to content

Commit f260992

Browse files
committed
update workflows
1 parent 59cfd46 commit f260992

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
EXAMPLE_PROJECT: Example/ExampleApp.xcodeproj
1919
EXAMPLE_SCHEME: ExampleApp
2020

21-
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
21+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
2222

2323
IOS_DEST: "platform=iOS Simulator,name=iPhone 16,OS=latest"
2424

.github/workflows/spm-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- main
1313

1414
env:
15-
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
15+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1616
IOS_DEST: "platform=iOS Simulator,name=iPhone 16,OS=latest"
1717
SCHEME: ReactiveCollectionsKit
1818

0 commit comments

Comments
 (0)