Skip to content

Commit 0849cf9

Browse files
committed
ci: update runner from ubuntu-18.04 to ubuntu-20.04
1 parent e0d9604 commit 0849cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
exit 1
2929
fi
3030
linux-build:
31-
runs-on: ubuntu-18.04
31+
runs-on: ubuntu-20.04
3232
steps:
3333
- uses: actions/checkout@v3
3434
- name: Install Qt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
appimage-upload:
1717
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1818
# Use oldest ubuntu to make AppImage work
19-
runs-on: ubuntu-18.04
19+
runs-on: ubuntu-20.04
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)