From c68ff50c20b085e464acf5b246d7df57dc123c12 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 21:15:26 +0300 Subject: workflows/test: use windows-latest --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95c11f0..6ed85a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - {hardlinks: 0, hardlinks_descr: 'Hardlinks: 0'} - {hardlinks: 1, hardlinks_descr: 'Hardlinks: 1'} - runs-on: windows-2019 + runs-on: windows-latest name: '${{ matrix.platform }} / ${{ matrix.env_descr }} / ${{ matrix.hardlinks_descr }}' @@ -77,7 +77,7 @@ jobs: if: matrix.hardlinks shell_igncr: - runs-on: windows-2019 + runs-on: windows-latest name: 'shell: -o igncr' steps: - name: Checkout @@ -100,7 +100,7 @@ jobs: shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr '{0}' shell_shellopts: - runs-on: windows-2019 + runs-on: windows-latest name: 'shell: SHELLOPTS' steps: - name: Checkout -- cgit v1.2.3