diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 21:16:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 21:16:23 +0300 |
commit | bffa994db4c0e0d048f8a67bdeefe5d02aaee9a4 (patch) | |
tree | e20db5f8893011ea31565b5b8a2c7ca1c60dcc03 | |
parent | workflows/test: use more Ubuntu distros (diff) | |
download | setup-gcc-bffa994db4c0e0d048f8a67bdeefe5d02aaee9a4.tar.gz setup-gcc-bffa994db4c0e0d048f8a67bdeefe5d02aaee9a4.zip |
workflows/test: use windows-latestv1.0
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8021673..dcb1b46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: platform: [x86, x64] cygwin: [0, 1] hardlinks: [0, 1] - os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-2019] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-latest, windows-latest] include: # Prettier run names. @@ -31,7 +31,7 @@ jobs: - {os: ubuntu-latest, cygwin: 1} # This action is not suitable for Windows hosts, use setup-mingw for # that. - - {os: windows-2019, cygwin: 0} + - {os: windows-latest, cygwin: 0} # Only test hardlinks on Cygwin. - {cygwin: 0, hardlinks: 1} |