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
|
||||
feature_set: min
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: false
|
||||
DISTCHECK: false
|
||||
|
||||
- CC: g++
|
||||
feature_set: min
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: false
|
||||
DISTCHECK: false
|
||||
|
||||
- CC: clang
|
||||
feature_set: min
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: false
|
||||
DISTCHECK: false
|
||||
|
||||
|
@ -42,21 +42,21 @@ jobs:
|
|||
- CC: gcc
|
||||
feature_set: max
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: true
|
||||
DISTCHECK: true
|
||||
|
||||
- CC: g++
|
||||
feature_set: max
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: false
|
||||
DISTCHECK: false
|
||||
|
||||
- CC: clang
|
||||
feature_set: max
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: true
|
||||
DISTCHECK: true
|
||||
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
- CC: gcc
|
||||
feature_set: max
|
||||
arch: amd64
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: true
|
||||
DISTCHECK: false
|
||||
name_extra: and DEBUG
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
- CC: gcc
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: true
|
||||
DISTCHECK: false
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
@ -84,7 +84,7 @@ jobs:
|
|||
- CC: g++
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: false
|
||||
DISTCHECK: false
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
- CC: clang
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-latest
|
||||
os: ubuntu-22.04
|
||||
unittests: true
|
||||
DISTCHECK: false
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
@ -160,7 +160,7 @@ jobs:
|
|||
|
||||
cppcheck:
|
||||
name: cppcheck
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
CC: gcc
|
||||
# This is required to use a version of cppcheck other than that
|
||||
|
@ -189,7 +189,7 @@ jobs:
|
|||
|
||||
code_formatting_check:
|
||||
name: code formatting check
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
CC: gcc
|
||||
# This is required to use a version of astyle other than that
|
||||
|
|
Loading…
Reference in New Issue