mirror of
https://github.com/falk-werner/webfuse
synced 2025-06-06 17:34:44 +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:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, ubuntu-20.04]
|
os: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
Loading…
Reference in New Issue
Block a user