fix(CI): revert ubuntu-22.04 to gcc12 (#18905)
* fix(CI/PCH): revert ubuntu-22.04 to gcc12, add ubuntu-24.04 with gcc14 * also update nopch workflow * Update core-build-nopch.yml * Update core-build-pch.yml
This commit is contained in:
parent
3b4639aa19
commit
dfc9abb754
2 changed files with 4 additions and 4 deletions
4
.github/workflows/core-build-nopch.yml
vendored
4
.github/workflows/core-build-nopch.yml
vendored
|
|
@ -33,8 +33,8 @@ jobs:
|
|||
CXX: clang++-15
|
||||
- os: ubuntu-22.04
|
||||
compiler:
|
||||
CC: gcc-13
|
||||
CXX: g++-13
|
||||
CC: gcc-12
|
||||
CXX: g++-12
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||
|
|
|
|||
4
.github/workflows/core-build-pch.yml
vendored
4
.github/workflows/core-build-pch.yml
vendored
|
|
@ -30,8 +30,8 @@ jobs:
|
|||
CXX: clang++-15
|
||||
- os: ubuntu-22.04
|
||||
compiler:
|
||||
CC: gcc-13
|
||||
CXX: g++-13
|
||||
CC: gcc-12
|
||||
CXX: g++-12
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue