Ensure correct resource cleanup sequence to avoid crashes upon app cl… #4862
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: macOS | |
on: | |
push: | |
branches: | |
- main | |
- release | |
- rc/** | |
jobs: | |
build-mac: | |
name: build-mac | |
runs-on: macos-14-xlarge | |
steps: | |
- uses: actions/[email protected] | |
- 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: | | |
build/common/check-headers.sh out/release/filament/include |