Skip to content

Merge branch 'main' into ffmpeg #22

Merge branch 'main' into ffmpeg

Merge branch 'main' into ffmpeg #22

Workflow file for this run

name: macOS
on: [push, pull_request]
jobs:
release:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build
run: ./src/scripts/build_mac_ci.sh
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: friction-ci-macOS-x86_64
path: build-release/*.dmg