diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0c1ae9..39103f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: version: - - "26.0.1" + - "26.1" target: - "macOS" - "iOS" @@ -35,6 +35,6 @@ jobs: xcodebuild test \ -scheme AppStoreConnectKit-Package \ -sdk iphonesimulator \ - -destination "platform=iOS Simulator,name=iPhone 17,OS=26.0.1" \ + -destination "platform=iOS Simulator,name=iPhone 17,OS=26.1" \ CODE_SIGNING_ALLOWED=NO fi