From 4a524c51ba42254fdae63abcf26d38f64dd4fc28 Mon Sep 17 00:00:00 2001 From: antimatter15 Date: Sat, 18 Mar 2023 01:15:51 -0700 Subject: [PATCH] commenting out aarch --- .github/workflows/build.yml | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48ec93b9bc2d4..d206f21bbeaf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,30 +69,30 @@ jobs: path: | chat - macos-arm64: - runs-on: macos-arm64 + # macos-arm64: + # runs-on: macos-arm64 - steps: - - name: Clone - id: checkout - uses: actions/checkout@v1 + # steps: + # - name: Clone + # id: checkout + # uses: actions/checkout@v1 - - name: Dependencies - id: depends - run: | - brew update + # - name: Dependencies + # id: depends + # run: | + # brew update - - name: Build - id: make_build - run: | - make + # - name: Build + # id: make_build + # run: | + # make - - name: Archive production artifacts - uses: actions/upload-artifact@v3 - with: - name: macos - path: | - chat + # - name: Archive production artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: macos + # path: | + # chat windows-latest: runs-on: windows-latest