diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4ea7ad..76af441 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,15 +16,16 @@ on: jobs: test: name: Test - runs-on: macOS-14 + timeout-minutes: 30 + runs-on: macOS-15 env: - DEVELOPER_DIR: /Applications/Xcode_16.1_beta.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.1.app strategy: matrix: destination: - "platform=macOS" - "platform=macOS,variant=Mac Catalyst" - - "platform=iOS Simulator,name=iPhone 15" + - "platform=iOS Simulator,name=iPhone 16" - "platform=tvOS Simulator,name=Apple TV" - "platform=visionOS Simulator,name=Apple Vision Pro"