CI: Use ubuntu-18.04 for Linux release builder
GitHub removed `ubuntu-16.04` in September 2021, which causes the release workflow to hang waiting on a runner that will never be made available.
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
name: [linux, windows, macos]
|
||||
include:
|
||||
- name: linux
|
||||
os: ubuntu-16.04
|
||||
os: ubuntu-18.04
|
||||
build_deps: >
|
||||
libpcsclite-dev
|
||||
archive_name: age-plugin-yubikey.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user