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:
parent
d155a21c9a
commit
9de88626cb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user