Skip to content

Commit f21545e

Browse files
committed
ci: use latest windows on GitHub Actions
1 parent 6dfc508 commit f21545e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tox_matrix.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-2019]
13+
os: [ubuntu-latest, macos-latest, windows-latest]
1414
python-version: ['3.10', '3.11', '3.12', '3.13']
15-
include:
16-
- os: macos-latest
17-
- os: ubuntu-latest
18-
- os: windows-2019
1915
fail-fast: false
2016
name: Python ${{ matrix.python-version }} ${{ matrix.os }} build
2117
steps:

0 commit comments

Comments
 (0)