diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ef33a..16f88f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/.github/workflows/spm-ios.yml b/.github/workflows/spm-ios.yml index 7b4a228..8c7f5ea 100644 --- a/.github/workflows/spm-ios.yml +++ b/.github/workflows/spm-ios.yml @@ -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