diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:55:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:55:11 +0300 |
commit | 04380c42caab104a47d092eed36c2760c45004bb (patch) | |
tree | 0d2e8420adfb4894f66aab017a385bde436a603b | |
parent | workflows/ci: build using VS 2015 also (diff) | |
download | privilege-check-04380c42caab104a47d092eed36c2760c45004bb.tar.gz privilege-check-04380c42caab104a47d092eed36c2760c45004bb.zip |
workflows/ci: use ubuntu-latest
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1ef36e..8689733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: include: # MinGW builds are done on Linux, since it's more up-to-date there, # and it's much faster. - - {toolset: mingw, os: ubuntu-20.04} + - {toolset: mingw, os: ubuntu-latest} - {toolset: vs2015, os: windows-2016} - {toolset: vs2017, os: windows-2016} - {toolset: vs2019, os: windows-2019} |