diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bb59c2d9c..dffa2689b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout the repo uses: actions/checkout@v3