Skip to content

Commit

Permalink
ci: update runner from ubuntu-18.04 to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Jul 9, 2023
1 parent e0d9604 commit 0849cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
exit 1
fi
linux-build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
appimage-upload:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# Use oldest ubuntu to make AppImage work
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0849cf9

Please sign in to comment.