Skip to content

Commit c90a938

Browse files
authored
Migrate maven-checks workflow to use self-hosted runners (#98)
1 parent ee0369d commit c90a938

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/maven-checks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
java: [ 8.0.442, 17.0.13 ]
27-
runs-on: ubuntu-latest
27+
runs-on:
28+
group: Default
2829
timeout-minutes: 45
2930
steps:
3031
- name: Free Disk Space
@@ -68,7 +69,8 @@ jobs:
6869
presto-coordinator-image:
6970
name: "presto-coordinator-image"
7071
needs: "maven-checks"
71-
runs-on: "ubuntu-22.04"
72+
runs-on:
73+
group: Default
7274
steps:
7375
- uses: "actions/checkout@v4"
7476
with:

0 commit comments

Comments
 (0)