From d3b9f66f68fe0700c2610e297e7d382d7adc925c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 May 2021 02:11:32 +0300 Subject: workflows: lint, tweak job names, etc. --- .github/workflows/ci_travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows/ci_travis.yml') diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml index 801e9b1..b9a31d9 100644 --- a/.github/workflows/ci_travis.yml +++ b/.github/workflows/ci_travis.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: configuration: [Debug, Release] - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 name: '${{ matrix.configuration }}' defaults: run: @@ -33,8 +33,6 @@ jobs: uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 - with: - python-version: '3.x' - name: Cache Boost uses: actions/cache@v2 with: -- cgit v1.2.3