Skip to content

Commit 272d8a9

Browse files
committed
Update GH Workers
1 parent 5a5ea43 commit 272d8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ env:
3939
jobs:
4040
build:
4141
name: Build & Upload contracts
42-
runs-on: self-hosted
42+
runs-on: ubicloud-standard-16
4343
steps:
4444
- uses: actions/checkout@v3
4545
with:

.github/workflows/cleanup.yml

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

4343
jobs:
4444
del_runs:
45-
runs-on: self-hosted
45+
runs-on: ubicloud-standard-8
4646
steps:
4747
- name: Delete workflow runs
4848
uses: Mattraks/delete-workflow-runs@v2

0 commit comments

Comments
 (0)