Merge pull request #12828 from thingsboard/fix/github-workflow-ubuntu

Update GitHub workflow Ubuntu version to 22.04
This commit is contained in:
Viacheslav Klimov 2025-03-05 13:08:39 +02:00 committed by GitHub
commit b0f2fc5bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@ on:
jobs: jobs:
build: build:
name: Check thingsboard.yml file name: Check thingsboard.yml file
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Python 3.10 - name: Set up Python 3.13
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: "3.10.2" python-version: "3.13.2"
architecture: "x64" architecture: "x64"
env: env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache