diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-27 04:51:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 04:51:14 -0400 |
| commit | e2099e1218be170294de2c30d9fe87b253ad2d50 (patch) | |
| tree | 02fba4dd17435eb51ceed78cdf8ef054f99abb1a /.github/workflows/go.yml | |
| parent | 38d970b2606ba83b88bfccb9c514e5573b5c8e19 (diff) | |
| download | xesite-e2099e1218be170294de2c30d9fe87b253ad2d50.tar.xz xesite-e2099e1218be170294de2c30d9fe87b253ad2d50.zip | |
Update go.yml
Diffstat (limited to '.github/workflows/go.yml')
| -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 e4f4a94..4e4162e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-24.04 + runs-on: self-hosted steps: - uses: actions/checkout@v4 |
