Skip to content

Commit d4b6e6e

Browse files
authored
U 20.04 for binary build & release
Build and GitHub release to 20.04
1 parent b44eb1b commit d4b6e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build:
2727

2828
name: Build - ${{ matrix.job.name }}
29-
runs-on: ubuntu-18.04
29+
runs-on: ubuntu-20.04
3030
strategy:
3131
fail-fast: false
3232
matrix:
@@ -166,7 +166,7 @@ jobs:
166166
needs:
167167
- build
168168
- build-win
169-
runs-on: ubuntu-18.04
169+
runs-on: ubuntu-20.04
170170
strategy:
171171
fail-fast: false
172172
matrix:

0 commit comments

Comments
 (0)