| commit | 8a290e5a3df2ec7ba8de8ffbf52081e44b2d636f | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip@bold.dev> | Sun Jun 15 20:59:58 2025 -0700 |
| committer | Philip Zeyliger <philip@bold.dev> | Sun Jun 15 21:05:25 2025 -0700 |
| tree | 024a481c416e5ea04b0ca63427b6c1344d2d8f2c | |
| parent | 851d2bf4f9324b294c58bb5a79398269c2587a0d [diff] [blame] |
Run workflows on bigger machine.
diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 95049cd..01403c4 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml
@@ -14,7 +14,7 @@ pull_request: jobs: test: - runs-on: "ubuntu-latest" + runs-on: "linux-x64-ubuntu-latest-64-core" steps: - uses: actions/checkout@v4 with: