Skip to content

Commit 5d4a01f

Browse files
committed
use carbonrunner for gh workflows
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
1 parent 3341ab1 commit 5d4a01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
name: Docker image deployment
11-
runs-on: ubuntu-latest
11+
runs-on: carbonrunner-4vcpu-ubuntu-latest
1212
steps:
1313
- name: Checkout source code
1414
uses: actions/checkout@v3

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: carbonrunner-4vcpu-ubuntu-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)