2022-05-14 05:56:57 +00:00
|
|
|
name: 🍎 MacOS Builds
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2023-06-22 21:33:10 +00:00
|
|
|
branches-ignore:
|
|
|
|
- "l10n_master"
|
2022-05-14 05:56:57 +00:00
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
|
|
|
|
jobs:
|
2022-05-26 05:30:00 +00:00
|
|
|
build_macos_qt:
|
|
|
|
name: "Defaults"
|
2023-06-23 10:47:28 +00:00
|
|
|
if: github.repository != 'PCSX2/pcsx2' || github.event_name == 'pull_request'
|
2022-05-26 05:30:00 +00:00
|
|
|
uses: ./.github/workflows/macos_build.yml
|
|
|
|
with:
|
2023-07-09 11:16:46 +00:00
|
|
|
jobName: "MacOS Build"
|
2024-01-06 20:44:44 +00:00
|
|
|
artifactPrefixName: "PCSX2-macos-Qt"
|
2022-05-14 05:56:57 +00:00
|
|
|
secrets: inherit
|