Skip to content

Commit

Permalink
fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Nov 12, 2024
1 parent 01def6a commit 368c10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
EXAMPLE_PROJECT: Example/ExampleApp.xcodeproj
EXAMPLE_SCHEME: ExampleApp

DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
IOS_DEST: "platform=iOS Simulator,name=iPhone 16,OS=latest"
SCHEME: ReactiveCollectionsKit

Expand Down

0 comments on commit 368c10d

Please sign in to comment.