Skip to content

Commit

Permalink
Don't use buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Feb 8, 2024
1 parent 1af36e2 commit 68f7133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 68f7133

Please sign in to comment.