Skip to content

Commit 1235b32

Browse files
committed
Ubuntu 20.04 has been deprecated on GitHub actions
1 parent 9337846 commit 1235b32

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, i686, aarch64, armhf]
1111

1212
name: AppImage ${{ matrix.ARCH }}
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
env:
1515
ARCH: ${{ matrix.ARCH }}
1616
DIST: bionic
@@ -35,7 +35,7 @@ jobs:
3535
name: Create release and upload artifacts
3636
needs:
3737
- appimage
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-latest
3939
steps:
4040
- name: Download artifacts
4141
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)