Skip to content

Commit

Permalink
🌲 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Aug 12, 2023
1 parent 4d7df83 commit 5926ed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKit -sdk iphoneos
run: xcodebuild -scheme StorybookKit -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
build-storybook-ui:
runs-on: macos-13
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookUI -sdk iphoneos
run: xcodebuild -scheme StorybookUI -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'
build-storybook-kit-texture-support:
runs-on: macos-13
steps:
Expand All @@ -29,4 +29,4 @@ jobs:
xcode-version: "14.3"
- uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphoneos
run: xcodebuild -scheme StorybookKitTextureSupport -sdk iphoneos -destination 'platform=iOS Simulator,name=iPhone 8,OS=16.2'

0 comments on commit 5926ed7

Please sign in to comment.