From a4a603d41cf58d5e50fc7fc7d5132e29828420d7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 20:59:57 +0300 Subject: workflows/ci: use ubuntu-latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7e2d76..fb92e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Linting if: github.ref == 'refs/heads/master' steps: @@ -31,7 +31,7 @@ jobs: - boost-version: 1.65.0 # 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, boost-version: 1.72.0} -- cgit v1.2.3