1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

Use latest Ubuntu images

Jobs in those workflows has little to do with specific OS version, so
just use the latest.
This commit is contained in:
Chocobo1 2021-08-13 01:55:43 +08:00
parent fb6282da57
commit 535603fac4
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on: [pull_request, push]
jobs:
check_file_health:
name: Check file health
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2

View File

@ -5,7 +5,7 @@ on: [pull_request, push]
jobs:
check_webui:
name: Check WebUI
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/webui/www