Browse Source

Use latest Ubuntu images

Jobs in those workflows has little to do with specific OS version, so
just use the latest.
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
535603fac4
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .github/workflows/file_health.yaml
  2. 2
      .github/workflows/webui_ci.yaml

2
.github/workflows/file_health.yaml

@ -5,7 +5,7 @@ on: [pull_request, push] @@ -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

2
.github/workflows/webui_ci.yaml

@ -5,7 +5,7 @@ on: [pull_request, push] @@ -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

Loading…
Cancel
Save