mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-18 04:00:03 +02:00
.github/workflows: remove ubuntu-18.04 as its is not supported anymore as github runner.
This commit is contained in:
parent
04b1d60f9b
commit
8d413941ed
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
ubuntu:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-18.04, ubuntu-20.04 ]
|
||||
os: [ ubuntu-20.04 ]
|
||||
component: [ cli, gui ]
|
||||
include:
|
||||
- component: cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue