Skip to content

Commit 63c5ec8

Browse files
Change Ubuntu build target version.
Modified the build workflow to use Ubuntu-20.04 rather than Ubuntu-Latest, hopefully this will provide better compatibility with a wider range of Linux distros!
1 parent 367db81 commit 63c5ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{matrix.os}}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, windows-latest]
16+
os: [ubuntu-20.04, windows-latest]
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)