Skip to content

Commit d948799

Browse files
committed
WIP: Update to newer releases
1 parent b3b3ffd commit d948799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/openmp-build-and-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
choco install -y ninja
2929
# We need a newer llvm-lib, in order to build the OpenMP interface library
30-
choco install -y llvm --version=17.0.6
30+
choco install -y llvm --version=21.1.0
3131
- uses: actions/checkout@v4
3232
- name: Set up the MSVC dev environment
3333
uses: ilammy/msvc-dev-cmd@v1
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v4
110110
- name: Install llvm-mingw
111111
run: |
112-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20231128/llvm-mingw-20231128-ucrt-x86_64.zip
112+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20251118/llvm-mingw-20251118-ucrt-x86_64.zip
113113
powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
114114
del llvm-mingw*.zip
115115
mv llvm-mingw* c:\llvm-mingw
@@ -152,7 +152,7 @@ jobs:
152152
- uses: actions/checkout@v4
153153
- name: Install llvm-mingw
154154
run: |
155-
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20231128/llvm-mingw-20231128-ucrt-x86_64.zip
155+
curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20251118/llvm-mingw-20251118-ucrt-x86_64.zip
156156
powershell Expand-Archive llvm-mingw*.zip -DestinationPath .
157157
del llvm-mingw*.zip
158158
mv llvm-mingw* c:\llvm-mingw

0 commit comments

Comments
 (0)