mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-16 03:34:56 +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:
|
||||
# Debian package for ubuntu.
|
||||
ubuntu:
|
||||
name: Ubuntu 18.04
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, ubuntu-20.04, ubuntu-22.04 ]
|
||||
name: ${{matrix.os}}
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue