From 619e8a895707529209836109ded7b30fe57a61a1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 5 Sep 2024 08:45:09 -0700 Subject: [PATCH] CI: run tests in llvm19 branch --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8316d7dc16..bd5803a70f 100644 --- a/.github/workflows/ci.yaml +++ b/.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 }}