1
0
Fork 0
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:
Henrik Hautakoski 2023-04-04 19:17:56 +02:00
parent 04b1d60f9b
commit 8d413941ed
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-18.04, macos-latest, windows-latest ]
os: [ ubuntu-20.04, macos-latest, windows-latest ]
build: [ cli, cli-mt, cli-ansi, cli-ansi-mt, gui, gui-mt ]
include:
- build: cli

View file

@ -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