1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

add Ubuntu 20.04 build

This commit is contained in:
Falk Werner 2024-01-08 17:53:22 +01:00 committed by Falk Werner
parent 30df12670f
commit e8a9d3351d

View File

@ -10,7 +10,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
runs-on: ${{ matrix.os }}
env:
BUILD_TYPE: Release