diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-06-27 04:54:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 04:54:15 -0400 |
| commit | 4832f335d6f389264a3a64c61bc21f68fc66bd89 (patch) | |
| tree | 3a71135067c9fbf76a612562ee0455499eb56fb2 /.github/workflows | |
| parent | e2099e1218be170294de2c30d9fe87b253ad2d50 (diff) | |
| download | xesite-4832f335d6f389264a3a64c61bc21f68fc66bd89.tar.xz xesite-4832f335d6f389264a3a64c61bc21f68fc66bd89.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 4e4162e..e4f4a94 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-24.04 steps: - uses: actions/checkout@v4 |
