diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9586b25..c004b62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: name: build and release electron app # the type of machine to run the job on - runs-on: [intel, "${{ matrix.os }}"] + runs-on: [xeon, "${{ matrix.os }}"] # create a build matrix for jobs strategy: