We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18637aa commit c5fe59aCopy full SHA for c5fe59a
.github/workflows/wheels.yml
@@ -12,15 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [
15
- ubuntu-20.04,
16
- windows-2019, macos-13]
17
- include:
18
- - os: macos-13
19
- compiler_version: 13
20
- - os: ubuntu-20.04
21
- compiler_version: 10.2
22
- - os: windows-2019
23
- compiler_version: 16
+ ubuntu-latest, windows-latest, macos-latest]
24
25
steps:
26
- uses: actions/checkout@v3
@@ -41,6 +33,3 @@ jobs:
41
33
- name: Build wheels
42
34
if: "!contains(matrix.os, 'windows')"
43
35
run: python -m cibuildwheel --output-dir wheelhouse
44
- env:
45
- CONAN_COMPILER_VERSION: ${{ matrix.compiler_version }}
46
- # CIBW_SOME_OPTION: value
0 commit comments