Skip to content

Update pakcage.

Update pakcage. #21

Workflow file for this run

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