mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
feat(CI): upgrade to Ubuntu 20.04 (#3106)
This commit is contained in:
2
.github/workflows/core_build.yml
vendored
2
.github/workflows/core_build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
compiler: [clang6, clang7]
|
compiler: [clang6, clang7]
|
||||||
modules: [with, without]
|
modules: [with, without]
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
name: ${{ matrix.compiler }}-${{ matrix.modules }}-modules
|
name: ${{ matrix.compiler }}-${{ matrix.modules }}-modules
|
||||||
env:
|
env:
|
||||||
COMPILER: ${{ matrix.compiler }}
|
COMPILER: ${{ matrix.compiler }}
|
||||||
|
|||||||
2
.github/workflows/import_pending_sql.yml
vendored
2
.github/workflows/import_pending_sql.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
import-pending-sql:
|
import-pending-sql:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user