diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 20:37:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 20:37:39 -0400 |
| commit | 235d23711f0bac8622921d99e1733ecdf8e678dd (patch) | |
| tree | 9bda8518daf41d55a2288eeddd94ebc38cbb1e32 /.github | |
| parent | 8c8823bdc8ae42427f413b6ff044e90d983ff038 (diff) | |
| download | xesite-235d23711f0bac8622921d99e1733ecdf8e678dd.tar.xz xesite-235d23711f0bac8622921d99e1733ecdf8e678dd.zip | |
Update go.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1ca5a8e..67f97fb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,8 +9,7 @@ on: jobs: build: - runs-on: - group: alrest + runs-on: [self-hosted, linux, x64] steps: - uses: actions/checkout@v4 |
