Skip to content

Commit

Permalink
feat: use apple llvm 17.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jun 12, 2024
1 parent 635ba87 commit a016acf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
- '*'

env:
LLVM_VERSION: 15.0.7
LLVM_VERSION: 17.0.6
APPLE_LLVM_TAG: swift-6.0-DEVELOPMENT-SNAPSHOT-2024-06-08-a
jobs:
build:
strategy:
Expand All @@ -23,8 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
repository: llvm/llvm-project
ref: llvmorg-${{env.LLVM_VERSION}}
repository: apple/llvm-project
ref: ${{env.APPLE_LLVM_TAG}}
- name: Install dependencies
run: |
brew install ninja
Expand Down

0 comments on commit a016acf

Please sign in to comment.