mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 17:56:17 -04:00
ci.yml: remove ubuntu-16.04
This is no longer supported by GitHub Actions.
This commit is contained in:
parent
ee4d18872b
commit
22c0dd7afd
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -8,13 +8,8 @@ jobs:
|
||||
name: Build and test (x86_64, ${{ matrix.os }}, ${{ matrix.compiler }})
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-18.04, ubuntu-16.04]
|
||||
os: [ubuntu-20.04, ubuntu-18.04]
|
||||
compiler: [gcc, clang]
|
||||
exclude:
|
||||
# clang 3.8.0-2ubuntu4 crashes with:
|
||||
# "fatal error: error in backend: Cannot select: 0x21025a0: v64i8 = X86ISD::VBROADCAST 0x2101fb0"
|
||||
- os: ubuntu-16.04
|
||||
compiler: clang
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user