chore(CI): remove ubuntu-18.04 (#12650)
* chore(CI): remove ubuntu-18.04 and add ubuntu-22.04 * update ubuntu.sh * update * update * openssl workaround * update * update * update
This commit is contained in:
parent
286347417a
commit
6ad764c520
6 changed files with 11 additions and 15 deletions
12
.github/SECURITY.md
vendored
12
.github/SECURITY.md
vendored
|
|
@ -55,15 +55,15 @@ Versions of Ubuntu:
|
||||||
| Ubuntu version | Supported |
|
| Ubuntu version | Supported |
|
||||||
| -------------- | ------------------ |
|
| -------------- | ------------------ |
|
||||||
| 20.04 | :white_check_mark: |
|
| 20.04 | :white_check_mark: |
|
||||||
| 18.04 | :white_check_mark: |
|
| 18.04 and lower| :red_circle: |
|
||||||
|
|
||||||
Versions of macOS:
|
Versions of macOS:
|
||||||
|
|
||||||
| macOS Version | Supported |
|
| macOS Version | Supported |
|
||||||
| ------------- | ------------------ |
|
| -------------- | ------------------ |
|
||||||
| 12 | :white_check_mark: |
|
| 12 | :white_check_mark: |
|
||||||
| 11 | :white_check_mark: |
|
| 11 | :white_check_mark: |
|
||||||
| 10.15 | :white_check_mark: |
|
| 10.15 and lower| :red_circle: |
|
||||||
|
|
||||||
**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. Nor do we support any of the releases that are made under AzerothCore.
|
**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. Nor do we support any of the releases that are made under AzerothCore.
|
||||||
|
|
||||||
|
|
|
||||||
6
.github/workflows/core_matrix_build.yml
vendored
6
.github/workflows/core_matrix_build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
|
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|
@ -21,10 +21,6 @@ jobs:
|
||||||
compiler: clang12
|
compiler: clang12
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
compiler: clang11
|
compiler: clang11
|
||||||
- os: ubuntu-18.04
|
|
||||||
compiler: clang10
|
|
||||||
- os: ubuntu-18.04
|
|
||||||
compiler: gcc8
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
compiler: gcc # default in 20.04 is gcc 9
|
compiler: gcc # default in 20.04 is gcc 9
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
|
|
|
||||||
2
.github/workflows/core_modules_build.yml
vendored
2
.github/workflows/core_modules_build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
|
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|
|
||||||
2
.github/workflows/docker_build.yml
vendored
2
.github/workflows/docker_build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
|
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|
|
||||||
2
.github/workflows/macos_build.yml
vendored
2
.github/workflows/macos_build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
|
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|
|
||||||
2
.github/workflows/windows_build.yml
vendored
2
.github/workflows/windows_build.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'labeled', 'opened', 'synchronize', 'reopened']
|
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue