aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-08-11 23:26:44 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-09-19 09:37:32 -0700
commit749b88c7f3391b542e1558483dbab32dbe8c6962 (patch)
tree1f62d7b1080243edbecebdf350027fde7bb5d3b3 /.github
parent0bd1058d5ad81dd9af75d13facd1bc2834741a81 (diff)
downloadzig-749b88c7f3391b542e1558483dbab32dbe8c6962.tar.gz
zig-749b88c7f3391b542e1558483dbab32dbe8c6962.zip
CI: enable for llvm17 branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1285eb5cc3..2f7cb5311e 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ on:
push:
branches:
- master
- - llvm16
+ - llvm17
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}