Skip to content

Commit

Permalink
Merge branch 'main' into muukii/clean
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Jan 31, 2025
2 parents e074648 + 6f3b8ea commit 49e261d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 324 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on: [push]

jobs:
build-storybook-kit:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "16.0"
xcode-version: "16.2"
- uses: actions/checkout@v2
- name: xcodebuild
run: set -o pipefail && xcodebuild -scheme StorybookKit -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' | xcbeautify
build-storybook-kit-texture-support:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: maxim-lobanov/[email protected]
with:
xcode-version: "16.0"
xcode-version: "16.2"
- uses: actions/checkout@v2
- name: xcodebuild
run: set -o pipefail && xcodebuild -scheme StorybookKitTextureSupport -sdk iphonesimulator -destination 'generic/platform=iOS Simulator' | xcbeautify
Loading

0 comments on commit 49e261d

Please sign in to comment.