Skip to content

Commit cb6ce63

Browse files
committed
Fix upload step
1 parent 7993a00 commit cb6ce63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ARCH: [x86_64, i386]
1111

1212
name: AppImage ${{ matrix.ARCH }}
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
env:
1515
ARCH: ${{ matrix.ARCH }}
1616
DIST: bionic
@@ -30,7 +30,7 @@ jobs:
3030
name: Create release and upload artifacts
3131
needs:
3232
- appimage
33-
runs-on: ubuntu-latest
33+
runs-on: ubuntu-20.04
3434
steps:
3535
- name: Download artifacts
3636
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)