Skip to content

Commit d393f53

Browse files
authored
Merge pull request #58 from tilak-io/dev
Update build environment to use Ubuntu 20.04
2 parents c6bf42f + 2230422 commit d393f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
jobs:
88
Build-AppImage:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiplot",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"private": true,
55
"homepage": "./",
66
"proxy": "http://localhost:5000",

0 commit comments

Comments
 (0)