Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Feb 20, 2024
1 parent f79676b commit 4ec116f
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 @@ -11,7 +11,7 @@ jobs:
xcode-version: "15.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'platform=iOS Simulator'
run: xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'
build-storybook-kit-texture-support:
runs-on: macos-13
steps:
Expand All @@ -20,4 +20,4 @@ jobs:
xcode-version: "15.0"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'platform=iOS Simulator'
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'generic/platform=iOS Simulator'

0 comments on commit 4ec116f

Please sign in to comment.