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 authored and derekschrock committed Dec 15, 2022
1 parent 4ac4035 commit f0eb4fb
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 f0eb4fb

Please sign in to comment.