aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:56:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 20:56:38 +0300
commitc960b55714d95a17910bfe04cea80f8f9115ad2c (patch)
tree5bf623c67e1a13d6819a7cf153457292a6f04013
parentworkflows/ci: build using VS 2015 also (diff)
downloadaes-tools-c960b55714d95a17910bfe04cea80f8f9115ad2c.tar.gz
aes-tools-c960b55714d95a17910bfe04cea80f8f9115ad2c.zip
workflows/ci: use ubuntu-latest
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 786998c..64cca6d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,7 +19,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}