diff --git a/.github/workflows/test-python-package.yml b/.github/workflows/test-python-package.yml index e2dac9687..52310cee9 100644 --- a/.github/workflows/test-python-package.yml +++ b/.github/workflows/test-python-package.yml @@ -17,7 +17,7 @@ on: jobs: build: name: Test on ${{ matrix.os }} with all supported Python versions - runs-on: ${{ format('{0}', matrix.os) }} # "-latest" is added here so we can use OS in the format expected by CodeCov + runs-on: ${{ format('{0}-latest', matrix.os) }} # "-latest" is added here so we can use OS in the format expected by CodeCov strategy: matrix: