mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-07-04 15:23:41 +02:00
.github/workflows/package.yml: Package for ubuntu 20.04 and 22.04
This commit is contained in:
parent
c5409589b5
commit
7f0e3ec5f7
1 changed files with 5 additions and 2 deletions
7
.github/workflows/package.yml
vendored
7
.github/workflows/package.yml
vendored
|
|
@ -7,8 +7,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
# Debian package for ubuntu.
|
# Debian package for ubuntu.
|
||||||
ubuntu:
|
ubuntu:
|
||||||
name: Ubuntu 18.04
|
strategy:
|
||||||
runs-on: ubuntu-18.04
|
matrix:
|
||||||
|
os: [ ubuntu-20.04, ubuntu-20.04, ubuntu-22.04 ]
|
||||||
|
name: ${{matrix.os}}
|
||||||
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue