Skip to content

Commit 3943685

Browse files
DimitriPapadopoulosmattip
authored andcommitted
Introducing macos-26
I understand `pytest-run-parallel` should run on the latest runners available for each OS.
1 parent 1945700 commit 3943685

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ jobs:
291291
if-no-files-found: error
292292
if: ${{ env.skip_artifact_upload != 'true' }}
293293

294-
295294
make_windows_matrix:
296295
runs-on: ubuntu-24.04
297296
outputs:
@@ -506,10 +505,9 @@ jobs:
506505
matrix_yaml: |
507506
include:
508507
- { runner: ubuntu-24.04, python-version: 3.14t }
509-
- { runner: macos-15, python-version: 3.14t }
508+
- { runner: macos-26, python-version: 3.14t }
510509
- { runner: windows-2025, python-version: 3.14t }
511510
512-
513511
pytest-run-parallel:
514512
needs: make_run_parallel_matrix
515513
strategy:

0 commit comments

Comments
 (0)