From 1a0feb2357785d7393a5db3e02a2c97ebf84df23 Mon Sep 17 00:00:00 2001 From: Eric Andrews Date: Tue, 17 Sep 2024 19:35:47 -0400 Subject: [PATCH] Update ci_build_15.yml --- .github/workflows/ci_build_15.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci_build_15.yml b/.github/workflows/ci_build_15.yml index 3a09d08e3..336988e67 100644 --- a/.github/workflows/ci_build_15.yml +++ b/.github/workflows/ci_build_15.yml @@ -1,4 +1,4 @@ -name: CI - Build & Test - Xcode 15 +name: CI - Build & Test - Xcode 16 on: push: @@ -22,20 +22,6 @@ jobs: - name: Build uses: "./.github/actions/ci_xcodebuild" with: - xcode_version: "15.4" - xcodebuild_destination: "platform=iOS Simulator,name=iPhone 15,OS=17.5" + xcode_version: "16.0" + xcodebuild_destination: "platform=iOS Simulator,name=iPhone 15,OS=18.0" xcodebuild_action: "build" - - Test: - permissions: write-all - runs-on: macos-14 - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Build - uses: "./.github/actions/ci_xcodebuild" - with: - xcode_version: "15.4" - xcodebuild_destination: "platform=iOS Simulator,name=iPhone 15,OS=17.5" - xcodebuild_action: "test"