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