| commit | 9abbf92a1c58300005971d7f89b301620d59e883 | [log] [tgz] |
|---|---|---|
| author | Sean McCullough <banksean@gmail.com> | Fri Apr 18 13:17:38 2025 -0700 |
| committer | GitHub <noreply@github.com> | Fri Apr 18 13:17:38 2025 -0700 |
| tree | b2170fdb5383543e727536c2dc121a9914f6a8a6 | |
| parent | 86b56862f8d3e192646a17548ef5294582c31f8f [diff] |
.github/workflows: use ubuntu-latest (#2)
diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 4e94690..aea7c28 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml
@@ -7,7 +7,7 @@ pull_request: jobs: test: - runs-on: "linux-x64-ubuntu-latest-64-core" + runs-on: "ubuntu-latest" steps: - uses: actions/checkout@master