1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

.github/workflows: run on ubuntu-22.04

This commit is contained in:
Henrik Hautakoski 2023-04-04 19:18:51 +02:00
parent 8d413941ed
commit 8bc93c1bec
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, macos-latest, windows-latest ]
os: [ ubuntu-20.04, ubuntu-22.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-20.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
component: [ cli, gui ]
include:
- component: cli