diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-17 19:39:56 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-17 19:39:56 -0400 |
| commit | 836eaf829a73b08642dbcca5829392b7e21b9228 (patch) | |
| tree | c4a509fadb1bbddd201f404fa86a29a23aec122a /.github | |
| parent | 9923878c5c8b68df7f132efd28f76ce5478a1f1a (diff) | |
| download | anubis-836eaf829a73b08642dbcca5829392b7e21b9228.tar.xz anubis-836eaf829a73b08642dbcca5829392b7e21b9228.zip | |
.github/workflows/go: make this slower for now
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/go.yml | 3 |
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 |
