diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 89a7811778..9412f5107d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: - name: Run shared-lib tests run: cd shared-lib && cargo test build-linux: - runs-on: linux-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2