We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fe56a commit 9ae7720Copy full SHA for 9ae7720
.github/workflows/test-python-package.yml
@@ -17,7 +17,7 @@ on:
17
jobs:
18
build:
19
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
+ runs-on: ${{ format('{0}', matrix.os) }} # "-latest" is added here so we can use OS in the format expected by CodeCov
21
22
strategy:
23
matrix:
0 commit comments