Skip to content

Commit a016acf

Browse files
committed
feat: use apple llvm 17.0.6
1 parent 635ba87 commit a016acf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- '*'
77

88
env:
9-
LLVM_VERSION: 15.0.7
9+
LLVM_VERSION: 17.0.6
10+
APPLE_LLVM_TAG: swift-6.0-DEVELOPMENT-SNAPSHOT-2024-06-08-a
1011
jobs:
1112
build:
1213
strategy:
@@ -23,8 +24,8 @@ jobs:
2324
steps:
2425
- uses: actions/checkout@v4
2526
with:
26-
repository: llvm/llvm-project
27-
ref: llvmorg-${{env.LLVM_VERSION}}
27+
repository: apple/llvm-project
28+
ref: ${{env.APPLE_LLVM_TAG}}
2829
- name: Install dependencies
2930
run: |
3031
brew install ninja

0 commit comments

Comments
 (0)