Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Oct 15, 2024
1 parent 224f9dc commit 5d5dec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "15.3"
xcode-version: "16.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: set -o pipefail && xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' | xcbeautify
Expand All @@ -17,7 +17,7 @@ jobs:
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "15.3"
xcode-version: "16.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: set -o pipefail && xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' | xcbeautify

0 comments on commit 5d5dec0

Please sign in to comment.