mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-05 18:20:24 -08:00
fix(CI): reintroduce ubuntu-22.04 checks (#19052)
- we wan to support the 2 latest ubuntu LTS versions
This commit is contained in:
parent
7441938bc3
commit
302421ae4b
2 changed files with 12 additions and 0 deletions
8
.github/workflows/core-build-nopch.yml
vendored
8
.github/workflows/core-build-nopch.yml
vendored
|
|
@ -19,6 +19,14 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
compiler:
|
||||
CC: clang-15
|
||||
CXX: clang++-15
|
||||
- os: ubuntu-22.04
|
||||
compiler:
|
||||
CC: gcc-12
|
||||
CXX: g++-12
|
||||
- os: ubuntu-24.04
|
||||
compiler:
|
||||
CC: clang-18
|
||||
|
|
|
|||
4
.github/workflows/core-build-pch.yml
vendored
4
.github/workflows/core-build-pch.yml
vendored
|
|
@ -16,6 +16,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
compiler:
|
||||
CC: clang-15
|
||||
CXX: clang++-15
|
||||
- os: ubuntu-24.04
|
||||
compiler:
|
||||
CC: clang-18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue