Skip to content

Commit 25bb27e

Browse files
authored
Merge pull request #321 from nathanchance/build-action-updates
Updates for build CI
2 parents d7a7947 + 8039f00 commit 25bb27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
- name: Install dependencies
1212
run: bash ci.sh deps
1313
- name: Build LLVM

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function do_llvm() {
104104
--install-target distribution \
105105
--projects clang lld \
106106
--quiet-cmake \
107-
--ref release/20.x \
107+
--ref release/22.x \
108108
--shallow-clone \
109109
--show-build-commands \
110110
--targets X86 \

0 commit comments

Comments
 (0)