diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abe936f..9586b25 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: ${{ matrix.os }} + runs-on: [intel, "${{ matrix.os }}"] # create a build matrix for jobs strategy: