Skip to content

Commit

Permalink
Update ci_build_15.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews authored Sep 17, 2024
1 parent 5185ceb commit 1a0feb2
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/ci_build_15.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Build & Test - Xcode 15
name: CI - Build & Test - Xcode 16

on:
push:
Expand All @@ -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"

0 comments on commit 1a0feb2

Please sign in to comment.