We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d9604 commit 0849cf9Copy full SHA for 0849cf9
.github/workflows/development.yml
@@ -28,7 +28,7 @@ jobs:
28
exit 1
29
fi
30
linux-build:
31
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
32
steps:
33
- uses: actions/checkout@v3
34
- name: Install Qt
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
appimage-upload:
17
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
# Use oldest ubuntu to make AppImage work
19
20
21
22
with:
0 commit comments