Skip to content

Commit 6da40e5

Browse files
committed
Fix CI
1 parent 4b34e6d commit 6da40e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
arch: ['x86_64', 'i386']
16-
16+
1717
name: AppImage ${{ matrix.arch }}
18-
runs-on: ubuntu-18.04
18+
runs-on: ubuntu-20.04
1919
env:
2020
ARCH: ${{ matrix.ARCH }}
2121
steps:
@@ -40,7 +40,7 @@ jobs:
4040
name: Create release and upload artifacts
4141
needs:
4242
- appimage
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-20.04
4444
steps:
4545
- name: Download artifacts
4646
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)