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]
|
name: [linux, windows, macos]
|
||||||
include:
|
include:
|
||||||
- name: linux
|
- name: linux
|
||||||
os: ubuntu-16.04
|
os: ubuntu-18.04
|
||||||
build_deps: >
|
build_deps: >
|
||||||
libpcsclite-dev
|
libpcsclite-dev
|
||||||
archive_name: age-plugin-yubikey.tar.gz
|
archive_name: age-plugin-yubikey.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user