1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-04 08:24:14 +00:00

drop ubuntu 20.04 support

see https://github.com/actions/runner-images/issues/11101

Signed-off-by: Falk Werner <falk.werner@gmx.net>
This commit is contained in:
Falk Werner 2025-02-28 18:59:47 +01:00
parent d155a21c9a
commit 9de88626cb
No known key found for this signature in database
GPG Key ID: C86DF1F47399A583

View File

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