Skip to content

Commit 66c0176

Browse files
committed
ci: Update runner type for workflows
- Change "runs-on" to "ubuntu-latest" in build-test.yml - Change "runs-on" to "ubuntu-latest" in linters.yml Signed-off-by: xieyt <alokmilenium@gmail.com>
1 parent 5f0eaad commit 66c0176

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
Bench-Build-Test:
12-
runs-on: self-hosted
12+
runs-on: ubuntu-latest
1313
container:
1414
image: docker.io/frappe/bench:latest
1515
options: --user root
@@ -55,4 +55,4 @@ jobs:
5555
5656
- name: Cleanup
5757
if: ${{ always() }}
58-
uses: rtCamp/action-cleanup@master
58+
uses: rtCamp/action-cleanup@master

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
pre-commit:
1515
name: "Frappe Linter"
16-
runs-on: self-hosted
16+
runs-on: ubuntu-latest
1717
container:
1818
image: alpine:latest # latest used here for simplicity, not recommended
1919
defaults:

0 commit comments

Comments
 (0)