Remove MacOS builds from releases (#1948)

## Description

We don't support MacOS, so why have it in releases? Note: we still
continue to build for MacOS, we just don't publish releases for it.
This commit is contained in:
Sam Freund
2025-05-04 00:26:15 -05:00
committed by GitHub
parent 73cd2ab62c
commit 35c79b138c
2 changed files with 8 additions and 1 deletions

View File

@@ -557,7 +557,8 @@ jobs:
rm: true
files: |
**/*.xz
**/*.jar
**/*linux*.jar
**/*win*.jar
**/photonlib*.json
**/photonlib*.zip
if: github.event_name == 'push'