mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
chore(CI): drop checks - only keep latest Ubuntu 24.04 (#18991)
* chore(CI): Nuke 20.04 checks * revert back to old where we dont test gcc on pch * only test latest version. Keep it up to date folks
This commit is contained in:
parent
218dce417e
commit
defed64bc3
5 changed files with 3 additions and 39 deletions
16
.github/workflows/core-build-nopch.yml
vendored
16
.github/workflows/core-build-nopch.yml
vendored
|
|
@ -19,22 +19,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
|
||||||
compiler:
|
|
||||||
CC: gcc-10
|
|
||||||
CXX: g++-10
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
compiler:
|
|
||||||
CC: clang-12
|
|
||||||
CXX: clang++-12
|
|
||||||
- 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
|
- os: ubuntu-24.04
|
||||||
compiler:
|
compiler:
|
||||||
CC: clang-18
|
CC: clang-18
|
||||||
|
|
|
||||||
20
.github/workflows/core-build-pch.yml
vendored
20
.github/workflows/core-build-pch.yml
vendored
|
|
@ -16,30 +16,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
|
||||||
compiler:
|
|
||||||
CC: gcc-10
|
|
||||||
CXX: g++-10
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
compiler:
|
|
||||||
CC: clang-12
|
|
||||||
CXX: clang++-12
|
|
||||||
- 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
|
- os: ubuntu-24.04
|
||||||
compiler:
|
compiler:
|
||||||
CC: clang-18
|
CC: clang-18
|
||||||
CXX: clang++-18
|
CXX: clang++-18
|
||||||
- os: ubuntu-24.04
|
|
||||||
compiler:
|
|
||||||
CC: gcc-14
|
|
||||||
CXX: g++-14
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
|
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
||||||
|
|
|
||||||
2
.github/workflows/import_pending.yml
vendored
2
.github/workflows/import_pending.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
import-pending:
|
import-pending:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
2
.github/workflows/pr_labeler.yml
vendored
2
.github/workflows/pr_labeler.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
2
.github/workflows/tools_build.yml
vendored
2
.github/workflows/tools_build.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
# the result of the matrix will be the combination of all attributes, so we get os*compiler builds
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-24.04]
|
||||||
compiler: [clang]
|
compiler: [clang]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }}-${{ matrix.compiler }}
|
name: ${{ matrix.os }}-${{ matrix.compiler }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue