mirror of https://github.com/neutrinolabs/xrdp
Bump legacy OS to Ubuntu 18.04 (see https://github.com/actions/virtual-environments/issues/3287)
This commit is contained in:
parent
cc0f0bad4e
commit
2727bba2e3
|
@ -63,19 +63,19 @@ jobs:
|
|||
- CC: gcc
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-16.04
|
||||
os: ubuntu-18.04
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
||||
- CC: g++
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-16.04
|
||||
os: ubuntu-18.04
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
||||
- CC: clang
|
||||
feature_set: max
|
||||
arch: i386
|
||||
os: ubuntu-16.04
|
||||
os: ubuntu-18.04
|
||||
name_extra: for 32-bit arch (legacy OS)
|
||||
|
||||
name: ${{ matrix.feature_set }} features with ${{ matrix.CC }} ${{ matrix.name_extra }}
|
||||
|
|
Loading…
Reference in New Issue