diff --git a/.github/workflows/mac-arm64.yml b/.github/workflows/mac-arm64.yml index 508b708d4..f25aaa330 100644 --- a/.github/workflows/mac-arm64.yml +++ b/.github/workflows/mac-arm64.yml @@ -7,12 +7,16 @@ on: jobs: build: - runs-on: [self-hosted, macOS, ARM64] + runs-on: macos-latest steps: - uses: actions/checkout@v3 with: submodules: true + - name: Dependencies + run: | + brew install cmake libomp rust + - name: Build run: | mkdir -p build