mirror of https://github.com/PCSX2/pcsx2.git
26 lines
433 B
YAML
26 lines
433 B
YAML
name: 🍎 MacOS Builds
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*'
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
build_macos_wx:
|
|
name: "Defaults"
|
|
uses: ./.github/workflows/macos_build.yml
|
|
with:
|
|
jobName: "wxWidgets"
|
|
gui: "wxWidgets"
|
|
secrets: inherit
|
|
build_macos_qt:
|
|
name: "Defaults"
|
|
uses: ./.github/workflows/macos_build.yml
|
|
with:
|
|
jobName: "Qt"
|
|
gui: "Qt"
|
|
secrets: inherit
|