mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Replace retired ubuntu-20.04 runner in CI
(cherry picked from commit 52a214ac25)
This commit is contained in:
parent
18279e8421
commit
f8a8ed094c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user