File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 platform_name : Windows x86_64
3838 compiler_name : Clang
3939 compiler : clang
40- c_compiler : clang-19
41- cpp_compiler : clang++-19
40+ c_compiler : clang
41+ cpp_compiler : clang++
4242# - os: windows-11-arm
4343# platform_name: Windows AArch64
4444# compiler_name: GCC
@@ -141,11 +141,6 @@ jobs:
141141 version : ' 6.10.2'
142142 arch : ' win64_mingw'
143143
144- - name : Create clang++-19 (Windows)
145- if : (matrix.os == 'windows-latest') && matrix.compiler == 'clang'
146- run : |
147- New-Item -Path "C:\ProgramData\mingw64\mingw64\bin\clang++19.exe" -ItemType SymbolicLink -Value "C:\ProgramData\mingw64\mingw64\bin\clang++.exe"
148-
149144 - name : Install latest GCC (Linux)
150145 if : (matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm') && matrix.compiler == 'gcc'
151146 uses : egor-tensin/setup-gcc@v2
You can’t perform that action at this time.
0 commit comments