diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 21:15:26 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:55:21 +0300 |
commit | c68ff50c20b085e464acf5b246d7df57dc123c12 (patch) | |
tree | 2f6ec5cd7a4c2514dabae6bfee494bda4b5711a3 /.github/workflows/test.yml | |
parent | workflows/test: linting (diff) | |
download | setup-cygwin-c68ff50c20b085e464acf5b246d7df57dc123c12.tar.gz setup-cygwin-c68ff50c20b085e464acf5b246d7df57dc123c12.zip |
workflows/test: use windows-latest
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files 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 |