This commit is contained in:
matt335672 2021-06-07 16:09:48 +01:00
parent cc0f0bad4e
commit 2727bba2e3
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}