Skip to content

Commit 9ae7720

Browse files
authored
Update test-python-package.yml
1 parent e8fe56a commit 9ae7720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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:

0 commit comments

Comments
 (0)