Skip to content

Commit 902340d

Browse files
committed
Revert "Revert to macos-latest as missing Python versions were added back"
This reverts commit 8df345b.
1 parent 8df345b commit 902340d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ on:
1717
jobs:
1818
build:
1919
name: Test on ${{ matrix.os }} with all supported Python versions
20-
runs-on: ${{ format('{0}-latest', matrix.os) }} # "-latest" is added here so we can use OS in the format expected by CodeCov
20+
runs-on: ${{ format('{0}', matrix.os) }} # "-latest" is added here so we can use OS in the format expected by CodeCov
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu, macos]
24+
os: [ubuntu-latest, macos-13]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)