Skip to content

Commit a6dafb8

Browse files
committed
ci: GitHub Actions uses windows latest for tox tests
1 parent 6aa99f2 commit a6dafb8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,8 @@ jobs:
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

0 commit comments

Comments
 (0)