aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-27 04:54:15 -0400
committerGitHub <noreply@github.com>2024-06-27 04:54:15 -0400
commit4832f335d6f389264a3a64c61bc21f68fc66bd89 (patch)
tree3a71135067c9fbf76a612562ee0455499eb56fb2 /.github/workflows
parente2099e1218be170294de2c30d9fe87b253ad2d50 (diff)
downloadxesite-4832f335d6f389264a3a64c61bc21f68fc66bd89.tar.xz
xesite-4832f335d6f389264a3a64c61bc21f68fc66bd89.zip
Update go.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml2
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