diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-10 20:58:10 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 20:58:10 -0500 |
| commit | f40cc0841856dca295cd00e7f753dddae35bcf4b (patch) | |
| tree | 64c489335c053a3ba0a98549090b93c1fb30436f /.github/workflows | |
| parent | 3cbb373524606bcf5a974ffff2e742c129029152 (diff) | |
| download | x-f40cc0841856dca295cd00e7f753dddae35bcf4b.tar.xz x-f40cc0841856dca295cd00e7f753dddae35bcf4b.zip | |
Update go.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d72fbe..208c6dd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 |
