diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 957eda5..49728ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: check: name: check - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-latest timeout-minutes: 60 steps: - uses: actions/checkout@v3 @@ -46,7 +46,7 @@ jobs: # Check that every combination of features is working properly. features: name: features - runs-on: buildjet-8vcpu-ubuntu-2204 + runs-on: ubuntu-latest timeout-minutes: 120 steps: - uses: actions/checkout@v3 @@ -59,7 +59,7 @@ jobs: run: cargo hack check --workspace --feature-powerset --all-targets test: name: test - runs-on: buildjet-4vcpu-ubuntu-2204 + runs-on: ubuntu-latest timeout-minutes: 60 steps: - uses: actions/checkout@v3