Skip to content

Commit

Permalink
Bump legacy OS to Ubuntu 18.04 (see actions/runner-images#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt335672 committed Jun 7, 2021
1 parent cc0f0ba commit 2727bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2727bba

Please sign in to comment.