Update GitHub workflow Ubuntu version to 22.04

This commit is contained in:
ViacheslavKlimov 2025-03-05 12:48:59 +02:00
parent b881f1c298
commit 622580c97c

View File

@ -32,7 +32,7 @@ on:
jobs:
build:
name: Check thingsboard.yml file
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2