diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44d0150b9..dffec17c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: main-lint: # avoid out of memory issue since macOS has bigger memory # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - runs-on: macos-latest + runs-on: ubuntu-latest-4-cores steps: - uses: actions/checkout@v3