Commit 619e8a8957

Andrew Kelley <andrew@ziglang.org>
2024-09-05 17:45:09
CI: run tests in llvm19 branch
1 parent 894b732
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ on:
   push:
     branches:
       - master
-      - llvm18
+      - llvm19
 concurrency:
   # Cancels pending runs when a PR gets updated.
   group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}