Skip to content

Commit 8ac634f

Browse files
authored
change the runner from self-hosted to github hosted
1 parent 722ca01 commit 8ac634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
name: Build Image
15-
runs-on: self-hosted
15+
runs-on: ubuntu-latest
1616
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
1717
permissions:
1818
id-token: write

0 commit comments

Comments
 (0)