Replace retired ubuntu-20.04 runner in CI
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

This commit is contained in:
Nicholas Hastings 2025-04-18 10:24:04 -04:00
parent a35e22c76e
commit 2a25025d2e

View File

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
os: [ubuntu-22.04, ubuntu-latest, windows-latest]
include:
- os: windows-latest
os_short: win
@ -21,10 +21,10 @@ jobs:
os_short: linux
compiler_cc: clang
compiler_cxx: clang++
- os: ubuntu-20.04
- os: ubuntu-22.04
os_short: linux
compiler_cc: clang-8
compiler_cxx: clang++-8
compiler_cc: clang-14
compiler_cxx: clang++-14
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}