From 368c10df302667870fea68072a1214db08219930 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Tue, 12 Nov 2024 12:15:07 -0800 Subject: [PATCH] fix CI? --- .github/workflows/ci.yml | 2 +- .github/workflows/spm-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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