We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcfee2 commit 999f1acCopy full SHA for 999f1ac
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
llvm: [14, 15, 16, 17]
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
- name: Update Homebrew
18
if: matrix.llvm == 17 # needed as long as LLVM 17 is still fresh
19
run: brew update
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- name: Install LLVM
38
run: |
39
echo 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-${{ matrix.llvm }} main' | sudo tee /etc/apt/sources.list.d/llvm.list
0 commit comments