1
0
mirror of https://github.com/falk-werner/webfuse synced 2026-03-02 03:40:24 +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

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