mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-17 12:00:02 +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:
|
||||
strategy:
|
||||
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}}
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue