mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 07:03:11 +00:00
CI: run tests in llvm19 branch
This commit is contained in:
parent
894b732630
commit
619e8a8957
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- llvm18
|
- llvm19
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancels pending runs when a PR gets updated.
|
# Cancels pending runs when a PR gets updated.
|
||||||
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user