feat(CI): add CI for ubuntu-24.04 (#18909)

This commit is contained in:
sudlud
2024-05-17 22:56:15 +02:00
committed by GitHub
parent dfc9abb754
commit 7b23439b8f
2 changed files with 16 additions and 0 deletions

View File

@@ -35,6 +35,14 @@ jobs:
compiler:
CC: gcc-12
CXX: g++-12
- os: ubuntu-24.04
compiler:
CC: clang-18
CXX: clang++-18
- os: ubuntu-24.04
compiler:
CC: gcc-14
CXX: g++-14
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch
if: github.repository == 'azerothcore/azerothcore-wotlk'

View File

@@ -32,6 +32,14 @@ jobs:
compiler:
CC: gcc-12
CXX: g++-12
- os: ubuntu-24.04
compiler:
CC: clang-18
CXX: clang++-18
- os: ubuntu-24.04
compiler:
CC: gcc-14
CXX: g++-14
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft