Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b88f8a

Browse files
committed
Use Ubuntu focal to be able to build i386 AppImages
1 parent dee359b commit 7b88f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818

1919
name: ${{ matrix.BUILD_TYPE }} ${{ matrix.ARCH }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
2121

2222
env:
2323
ARCH: ${{ matrix.ARCH }}

0 commit comments

Comments
 (0)