diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-11 20:04:07 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-11 20:04:07 +0200 |
| commit | 921414aa74711a77cda4a24d61148d062cb5fc63 (patch) | |
| tree | 0ba5eb48dd47eaa3ab9068ae12c0279e9b6b2624 /.github/workflows | |
| parent | 3965b2e4b4dc5c30ccc081012442659ce9e60189 (diff) | |
Let's use the latest Ubuntu and a recent LLVM
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cover.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cover.yml b/.github/workflows/cover.yml index 985d6d1da..b113a9809 100644 --- a/.github/workflows/cover.yml +++ b/.github/workflows/cover.yml @@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch] jobs: build_linux_amd64: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: Linux AMD64 Test Coverage timeout-minutes: 60 steps: |