diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 752aee5fa..b072b9e36 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -4,7 +4,7 @@ on: [pull_request] jobs: test-and-build: - runs-on: it + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: