Switch to self hosted mac runner (#12024)

# Description

<!--
> Please provide a summary of the changes made in this PR. Include details such as:
  > * What issue does this PR address or fix?
  > * What new features or enhancements does this PR introduce?
  > * Are there any breaking changes or dependencies that need to be considered?
-->

# Screenshots/Recordings/Graphs

<!--
> Please attach relevant screenshots to showcase the UI changes.
> Please attach images that can help explain the changes.
-->

## Tests

<!--
> Please describe the tests that you have conducted to verify the changes made in this PR.
-->
This commit is contained in:
SoftFever
2026-01-22 16:03:13 +08:00
committed by GitHub
parent f3f752d0be
commit f1212be6bb
4 changed files with 27 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ jobs:
matrix:
include:
- os: windows-latest
- os: macos-14
- os: orca-macos-arm64
arch: arm64
# Don't run scheduled builds on forks:
if: ${{ !cancelled() && (github.event_name != 'schedule' || github.repository == 'OrcaSlicer/OrcaSlicer') }}