diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-21 20:39:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 20:39:36 -0400 |
| commit | 568b3cd181f285933d29f67e451747e8c0105e7a (patch) | |
| tree | 1e005815c6e218ac9213f555c8729725aced7845 /.github/workflows | |
| parent | 235d23711f0bac8622921d99e1733ecdf8e678dd (diff) | |
| download | xesite-568b3cd181f285933d29f67e451747e8c0105e7a.tar.xz xesite-568b3cd181f285933d29f67e451747e8c0105e7a.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 67f97fb..0ab15e5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: [self-hosted, linux, x64] + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 |
