Skip to content

Commit 675c5e0

Browse files
committed
Update to oldest still-supported Ubuntu LTS
1 parent 205100e commit 675c5e0

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
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
appimage-x86_64:
77
name: AppImage x86_64
8-
runs-on: ubuntu-16.04
8+
runs-on: ubuntu-18.04
99
env:
1010
ARCH: x86_64
1111
DIST: xenial
@@ -23,7 +23,7 @@ jobs:
2323

2424
appimage-i386:
2525
name: AppImage i386
26-
runs-on: ubuntu-16.04
26+
runs-on: ubuntu-18.04
2727
env:
2828
ARCH: i386
2929
DIST: xenial

0 commit comments

Comments
 (0)