Skip to content

Commit f4901f2

Browse files
committed
fix the github actions
1 parent 7ee7698 commit f4901f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

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: self-hosted
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
build:
55
name: Auto triggered CI job
6-
runs-on: self-hosted
6+
runs-on: ubuntu-latest
77
steps:
88
-
99
name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
goreleaser:
13-
runs-on: self-hosted
13+
runs-on: ubuntu-latest
1414
steps:
1515
-
1616
name: Checkout

0 commit comments

Comments
 (0)