Skip to content

Commit b9296fa

Browse files
committed
feat: update to 6.1.1 release of swiftlang/llvm-project
1 parent a016acf commit b9296fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

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

88
env:
9-
LLVM_VERSION: 17.0.6
10-
APPLE_LLVM_TAG: swift-6.0-DEVELOPMENT-SNAPSHOT-2024-06-08-a
9+
LLVM_VERSION: 17.0.7
10+
APPLE_LLVM_TAG: swift-6.1.1-RELEASE
1111
jobs:
1212
build:
1313
strategy:
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:
27-
repository: apple/llvm-project
27+
repository: swiftlang/llvm-project
2828
ref: ${{env.APPLE_LLVM_TAG}}
2929
- name: Install dependencies
3030
run: |

0 commit comments

Comments
 (0)