From 4f1977147d02701b9c52191836af855a9e4e6ddb Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 7 Nov 2019 11:14:34 +0100 Subject: [PATCH] unpin OS version on runners --- .github/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a38b26c5ac9..ce75a07f1af 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - operating-system: [ubuntu-18.04, windows-2019, macOS-10.14] + operating-system: [ubuntu-latest, windows-latest, macOS-latest] runs-on: ${{ matrix.operating-system }} @@ -61,7 +61,7 @@ jobs: - name: Run unit tests on the legacy package # Run legacy tests on one platform only - if: matrix.operating-system == 'ubuntu-18.04' + if: matrix.operating-system == 'ubuntu-latest' run: task test-legacy - name: Install Python @@ -81,7 +81,7 @@ jobs: # Codecov whitelists GitHub, lifting the need # for a token. if: > - matrix.operating-system == 'ubuntu-18.04' && + matrix.operating-system == 'ubuntu-latest' && github.event_name == 'push' uses: codecov/codecov-action@v1.0.2 with: @@ -95,7 +95,7 @@ jobs: # Codecov whitelists GitHub, lifting the need # for a token. if: > - matrix.operating-system == 'ubuntu-18.04' && + matrix.operating-system == 'ubuntu-latest' && github.event_name == 'push' uses: codecov/codecov-action@v1.0.2 with: @@ -109,7 +109,7 @@ jobs: # Codecov whitelists GitHub, lifting the need # for a token. if: > - matrix.operating-system == 'ubuntu-18.04' && + matrix.operating-system == 'ubuntu-latest' && github.event_name == 'push' uses: codecov/codecov-action@v1.0.2 with: