1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

.github/workflows/package.yml: dont need to build twice for ubuntu 20.04 :)

This commit is contained in:
Henrik Hautakoski 2023-03-10 13:56:15 +01:00
parent 0bc8fde4ad
commit 70866da335

View file

@ -9,7 +9,7 @@ jobs:
ubuntu:
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-20.04, ubuntu-22.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}
steps: