File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 2323 UV_EXTRA_INDEX_URL : ${{vars.PIP_EXTRA_INDEX_URL}}
2424 strategy :
2525 matrix :
26- os : [ubuntu-latest, macos-latest, windows-2019 ]
26+ os : [ubuntu-latest, macos-latest, windows-latest ]
2727 python-version : ['3.10', '3.11', '3.12', '3.13']
28- include :
29- - os : macos-latest
30- compiler_version : 14
31- compiler_libcxx : libc++
32- - os : ubuntu-latest
33- compiler_version : 11.4
34- compiler_libcxx : libstdc++11
35- - os : windows-2019
36- compiler_version : 16
3728 fail-fast : false
3829 name : Python ${{ matrix.python-version }} ${{ matrix.os }} build
3930
@@ -116,8 +107,6 @@ jobs:
116107 env :
117108 TOX_ENV : " ${{ steps.tox-env.outputs.result }}"
118109 CONAN_USER_HOME : " ${{steps.conan-path-script.outputs.result}}"
119- CONAN_COMPILER_VERSION : ${{ matrix.compiler_version }}
120- CONAN_COMPILER_LIBCXX : ${{ matrix.compiler_libcxx }}
121110
122111 # CIBW_SOME_OPTION: value
123112 - uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments