We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205100e commit 675c5e0Copy full SHA for 675c5e0
.github/workflows/main.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
appimage-x86_64:
7
name: AppImage x86_64
8
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-18.04
9
env:
10
ARCH: x86_64
11
DIST: xenial
@@ -23,7 +23,7 @@ jobs:
23
24
appimage-i386:
25
name: AppImage i386
26
27
28
ARCH: i386
29
0 commit comments