CI: Build Linux releases with Ubuntu 16.04

This ensures they are linked to earlier versions of libc and
libpcsclite.
This commit is contained in:
Jack Grigg
2021-04-11 23:16:48 +12:00
parent 940f90c882
commit 4bc2769100
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
name: [linux, windows, macos]
include:
- name: linux
os: ubuntu-latest
os: ubuntu-16.04
build_deps: >
libpcsclite-dev
archive_name: age-plugin-yubikey.tar.gz
@@ -87,7 +87,7 @@ jobs:
deb:
name: Debian ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-16.04
strategy:
matrix:
name: [linux]