Replace retired ubuntu-20.04 runner in CI

This commit is contained in:
Nicholas Hastings 2025-04-18 10:14:06 -04:00
parent 406383afe6
commit 52a214ac25

View File

@ -23,11 +23,11 @@ jobs:
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-20.04
- os: ubuntu-22.04
os_short: linux
compiler_cc: clang-6.0
compiler_cxx: clang++-6.0
compiler_install: clang-6.0
compiler_cc: clang-14.0
compiler_cxx: clang++-14.0
compiler_install: clang-14.0
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}