Skip to content

Commit 3f82b92

Browse files
replace buildjet with default gh runner (helius-labs#338)
1 parent a7e022f commit 3f82b92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Run tests
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
services:
1414
postgres:
1515
image: postgres:16

.github/workflows/publish_crate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
manual-job:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Check out repository code
1111
uses: actions/checkout@v4

.github/workflows/publish_dockerfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: buildjet-16vcpu-ubuntu-2204
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
# Count the number of commits on the current branch

0 commit comments

Comments
 (0)