Skip to content

Commit aedfddb

Browse files
authored
Bump GitHub CI runner to Ubuntu 22 (fontforge#5551)
1 parent 072208f commit aedfddb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ["ubuntu-latest"]
1515
target: ["NoUI", "Debug"]
1616
include:
17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
target: Release
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/scripts/ffappimagebuild.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ fi
1717

1818
echo "Starting appimage build, folder is $APPDIR with version $VERSION"
1919

20+
# AppImage still needs libfuse2. See https://github.com/AppImage/AppImageKit/issues/1235.
21+
sudo apt-get install -y libfuse2
22+
2023
# TODO: AppStream metainfo
2124
PYVER=$(ldd $APPDIR/usr/bin/fontforge | grep -Eom1 'python[0-9\.]+[0-9]+' | head -1 | cut -c 7-)
2225
echo "FontForge built against Python $PYVER"

0 commit comments

Comments
 (0)