mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07: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:
parent
fb6282da57
commit
535603fac4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/file_health.yaml
vendored
2
.github/workflows/file_health.yaml
vendored
|
@ -5,7 +5,7 @@ on: [pull_request, push]
|
||||||
jobs:
|
jobs:
|
||||||
check_file_health:
|
check_file_health:
|
||||||
name: Check file health
|
name: Check file health
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
2
.github/workflows/webui_ci.yaml
vendored
2
.github/workflows/webui_ci.yaml
vendored
|
@ -5,7 +5,7 @@ on: [pull_request, push]
|
||||||
jobs:
|
jobs:
|
||||||
check_webui:
|
check_webui:
|
||||||
name: Check WebUI
|
name: Check WebUI
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: src/webui/www
|
working-directory: src/webui/www
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue