Skip to content

Commit

Permalink
beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Sep 18, 2023
1 parent 6404374 commit 929325b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_build_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
uses: "./.github/actions/ci_xcodebuild"
with:
xcode_version: "15.0.0"
xcode_version: "15.0.0-beta"
xcodebuild_destination: "platform=iOS Simulator,name=iPhone 14,OS=17.0"
xcodebuild_action: "build"

Expand All @@ -36,6 +36,6 @@ jobs:
- name: Build
uses: "./.github/actions/ci_xcodebuild"
with:
xcode_version: "15.0.0"
xcode_version: "15.0.0-beta"
xcodebuild_destination: "platform=iOS Simulator,name=iPhone 14,OS=17.0"
xcodebuild_action: "test"

0 comments on commit 929325b

Please sign in to comment.