aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 63f4ea8..2a25740 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -12,7 +12,8 @@ permissions:
jobs:
build:
- runs-on: alrest-techarohq
+ #runs-on: alrest-techarohq
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4