Build MacOS version

This commit is contained in:
Georg Hagen
2024-07-30 23:10:02 +02:00
parent 6bd6ee8cf5
commit 817202137b

View File

@@ -16,12 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows_x64, ubuntu-latest ]
# - {
# name: "macOS",
# os: macos-latest,
# generator: '-G "xcode"'
# }
os: [ windows_x64, ubuntu-latest, mac_arm ]
steps:
- name: Checkout