mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
fix(CI): reintroduce ubuntu-22.04 checks (#19052)
- we wan to support the 2 latest ubuntu LTS versions
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user