Skip to content

Commit

Permalink
ci: remove buildjet runners from PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed May 13, 2024
1 parent dd4ca91 commit f0f1332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

jobs:
build-and-test:
runs-on: buildjet-4vcpu-ubuntu-2004
runs-on: ubuntu-22.04
timeout-minutes: 15
concurrency:
group: "build-and-test"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: rm -rf *

e2e-test:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-22.04
timeout-minutes: 25
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f0f1332

Please sign in to comment.