We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b34e6d commit 6da40e5Copy full SHA for 6da40e5
1 file changed
.github/workflows/main.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
arch: ['x86_64', 'i386']
16
-
+
17
name: AppImage ${{ matrix.arch }}
18
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
19
env:
20
ARCH: ${{ matrix.ARCH }}
21
steps:
@@ -40,7 +40,7 @@ jobs:
40
name: Create release and upload artifacts
41
needs:
42
- appimage
43
- runs-on: ubuntu-latest
44
45
- name: Download artifacts
46
uses: actions/download-artifact@v2
0 commit comments