diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 02:11:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-08 02:11:32 +0300 |
commit | d3b9f66f68fe0700c2610e297e7d382d7adc925c (patch) | |
tree | 08d4c8983585584dadc1d58555d58f46060aa66b /.github/workflows/ci_github.yml | |
parent | toolset "visual-studio" -> "vs" (diff) | |
download | cmake-common-d3b9f66f68fe0700c2610e297e7d382d7adc925c.tar.gz cmake-common-d3b9f66f68fe0700c2610e297e7d382d7adc925c.zip |
workflows: lint, tweak job names, etc.
Diffstat (limited to '.github/workflows/ci_github.yml')
-rw-r--r-- | .github/workflows/ci_github.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml index c5c6d10..b01d041 100644 --- a/.github/workflows/ci_github.yml +++ b/.github/workflows/ci_github.yml @@ -12,11 +12,11 @@ jobs: build: strategy: matrix: - os: [ubuntu-18.04, windows-2019] + os: [ubuntu-20.04, windows-2019] toolset: [gcc, clang, msvc] configuration: [Debug, Release] exclude: - - {os: ubuntu-18.04, toolset: msvc} + - {os: ubuntu-20.04, toolset: msvc} - {os: windows-2019, toolset: gcc} - {os: windows-2019, toolset: clang} runs-on: '${{ matrix.os }}' @@ -34,8 +34,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: |