Skip to content

Commit

Permalink
change the runner from self-hosted to github hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ryokonorden authored Aug 19, 2024
1 parent 722ca01 commit 8ac634f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
name: Build Image
runs-on: self-hosted
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down

0 comments on commit 8ac634f

Please sign in to comment.