Browse Source

Let's use the latest Ubuntu and a recent LLVM

Jeroen van Rijn 2 months ago
parent
commit
921414aa74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cover.yml

+ 1 - 1
.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: