Merge pull request #1916 from matt335672/actions_bump_legacy_to_1804

Bump legacy OS to Ubuntu 18.04
This commit is contained in:
metalefty 2021-06-08 11:35:11 +09:00 committed by GitHub
commit 96052ba6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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