Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Feb 20, 2024
1 parent 1096efc commit b18ebd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "14.3"
xcode-version: "15.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
run: xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'platform=iOS Simulator'
build-storybook-kit-texture-support:
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1.1
with:
xcode-version: "14.3"
xcode-version: "15.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'platform=iOS Simulator'

0 comments on commit b18ebd5

Please sign in to comment.