From 98dbe60853680580737bd547f87f4157ad3d0dae Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 20:53:06 +0300 Subject: workflows/ci: use ubuntu-latest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b3229..d0ac751 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: @@ -28,7 +28,7 @@ jobs: platform: [x64, x86] configuration: [Debug, Release] include: - - {toolset: gcc, os: ubuntu-20.04} + - {toolset: gcc, os: ubuntu-latest} - {toolset: vs2017, os: windows-2016} - {toolset: vs2019, os: windows-2019} exclude: @@ -75,7 +75,7 @@ jobs: strategy: matrix: project: [client, server] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: 'Docker: publish math-${{ matrix.project }}' if: github.ref == 'refs/heads/master' steps: -- cgit v1.2.3