mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-07-04 15:23:41 +02:00
.github/workflows/CI.yml: Build for Ubuntu 20.04 and 22.04
This commit is contained in:
parent
40b60c19be
commit
c5409589b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
compile:
|
compile:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04, macos-latest, windows-latest ]
|
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]
|
||||||
|
|
||||||
name: ${{matrix.os}}
|
name: ${{matrix.os}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue