Skip to content

Commit

Permalink
CI: switch away from buildjet runners temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Mar 5, 2025
1 parent d17974e commit d603528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
build:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
cargo-features:
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@cargo-hack

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
jobs:
build-test-artifacts-postgres:
name: Build test artifacts (postgres)
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

build-test-artifacts-sqlite:
name: Build test artifacts (sqlite)
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

build-test-bins:
name: Build test binaries
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: rui314/setup-mold@v1

Expand Down

0 comments on commit d603528

Please sign in to comment.