1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-07-04 15:23:41 +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: ubuntu:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-20.04, ubuntu-20.04, ubuntu-22.04 ] os: [ ubuntu-20.04, ubuntu-22.04 ]
name: ${{matrix.os}} name: ${{matrix.os}}
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps: