From 8d40daa9dadbe544f0748a0c425bfcfa2794cefc Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:25:34 -0500 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"