diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbdefd0..1d887b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: fail-fast: true matrix: xcode: - - ^15 + - ^16 xcodebuildCommand: - "-sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15'" - "-sdk macosx -destination 'platform=macOS'"