Skip to content

Commit 71a4ef6

Browse files
committed
- linux build: ubuntu 16.04 -> 18.04
1 parent 8187e7d commit 71a4ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
linux:
1010
name: Linux
11-
runs-on: ubuntu-16.04
11+
runs-on: ubuntu-18.04
1212
env:
1313
INSTALL_PREFIX: '/opt/smelibs'
1414
SUDO_CMD: 'sudo'
@@ -104,7 +104,7 @@ jobs:
104104
release:
105105
name: Upload Binaries to GitHub Release
106106
needs: [linux, macos, win64, win32]
107-
runs-on: ubuntu-18.04
107+
runs-on: ubuntu-20.04
108108
# upload binaries to github release if commit is tagged
109109
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
110110
steps:

0 commit comments

Comments
 (0)