[automated] Updating /docs due to commit bbced6d #5469
This file contains hidden or 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: macOS | |
on: | |
push: | |
branches: | |
- main | |
- release | |
- rc/** | |
jobs: | |
build-mac: | |
name: build-mac | |
runs-on: macos-14-xlarge | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- uses: ./.github/actions/mac-prereq | |
- name: Run build script | |
run: | | |
cd build/mac && printf "y" | ./build.sh continuous | |
- uses: actions/upload-artifact@v4 | |
with: | |
name: filament-mac | |
path: out/filament-release-darwin.tgz | |
- name: Check public headers | |
run: | | |
test/check-headers/test.sh out/release/filament/include |