From b29b97eed839214b962e1e7a5ce070053c4ea086 Mon Sep 17 00:00:00 2001 From: Brett Mayson Date: Fri, 18 Oct 2024 06:33:42 +0000 Subject: [PATCH] disable macos --- .github/workflows/build.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8d401ac5..e6c13a6a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,15 +28,15 @@ jobs: # artifact: windows-x64 # exe: hemtt.exe # Intel Mac - - runner: macos-13 - name: macos-x64 - artifact: macos-x64 - exe: hemtt - # ARM Mac - - runner: macos-latest - name: macos-arm - artifact: macos-arm64 - exe: hemtt + # - runner: macos-13 + # name: macos-x64 + # artifact: macos-x64 + # exe: hemtt + # # ARM Mac + # - runner: macos-latest + # name: macos-arm + # artifact: macos-arm64 + # exe: hemtt steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable