From 817202137b2d69a76664595b469c87278b4630c4 Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Tue, 30 Jul 2024 23:10:02 +0200 Subject: [PATCH] Build MacOS version --- .gitea/workflows/build_pc.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index 2da5a0e..69f5f05 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -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