1
0
Fork 0
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:
Henrik Hautakoski 2022-09-23 12:52:04 +02:00
parent c5409589b5
commit 7f0e3ec5f7

View file

@ -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