Update pakcage. #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-14 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: XCFramework Make | |
run: | | |
cd macosx | |
./make-xcframework.sh | |
env: | |
# Seems unable build visionOS at the moment | |
B9_BUILD_VISION_OS: false |