mirror of https://github.com/neutrinolabs/xrdp
Merge pull request #3213 from matt335672/v0_10_fix_ci_version
Fix github runner version for v0.10 at 22.04
This commit is contained in:
commit
7df829ab78
|
@ -20,21 +20,21 @@ jobs:
|
||||||
- CC: gcc
|
- CC: gcc
|
||||||
feature_set: min
|
feature_set: min
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: false
|
unittests: false
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
|
|
||||||
- CC: g++
|
- CC: g++
|
||||||
feature_set: min
|
feature_set: min
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: false
|
unittests: false
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
|
|
||||||
- CC: clang
|
- CC: clang
|
||||||
feature_set: min
|
feature_set: min
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: false
|
unittests: false
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
|
|
||||||
|
@ -42,21 +42,21 @@ jobs:
|
||||||
- CC: gcc
|
- CC: gcc
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: true
|
unittests: true
|
||||||
DISTCHECK: true
|
DISTCHECK: true
|
||||||
|
|
||||||
- CC: g++
|
- CC: g++
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: false
|
unittests: false
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
|
|
||||||
- CC: clang
|
- CC: clang
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: true
|
unittests: true
|
||||||
DISTCHECK: true
|
DISTCHECK: true
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- CC: gcc
|
- CC: gcc
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: amd64
|
arch: amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: true
|
unittests: true
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
name_extra: and DEBUG
|
name_extra: and DEBUG
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
- CC: gcc
|
- CC: gcc
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: i386
|
arch: i386
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: true
|
unittests: true
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
name_extra: for 32-bit arch (legacy OS)
|
name_extra: for 32-bit arch (legacy OS)
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
- CC: g++
|
- CC: g++
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: i386
|
arch: i386
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: false
|
unittests: false
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
name_extra: for 32-bit arch (legacy OS)
|
name_extra: for 32-bit arch (legacy OS)
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- CC: clang
|
- CC: clang
|
||||||
feature_set: max
|
feature_set: max
|
||||||
arch: i386
|
arch: i386
|
||||||
os: ubuntu-latest
|
os: ubuntu-22.04
|
||||||
unittests: true
|
unittests: true
|
||||||
DISTCHECK: false
|
DISTCHECK: false
|
||||||
name_extra: for 32-bit arch (legacy OS)
|
name_extra: for 32-bit arch (legacy OS)
|
||||||
|
@ -160,7 +160,7 @@ jobs:
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
name: cppcheck
|
name: cppcheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
# This is required to use a version of cppcheck other than that
|
# This is required to use a version of cppcheck other than that
|
||||||
|
@ -189,7 +189,7 @@ jobs:
|
||||||
|
|
||||||
code_formatting_check:
|
code_formatting_check:
|
||||||
name: code formatting check
|
name: code formatting check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CC: gcc
|
CC: gcc
|
||||||
# This is required to use a version of astyle other than that
|
# This is required to use a version of astyle other than that
|
||||||
|
|
Loading…
Reference in New Issue