ci: use ubuntu-22.04 instead of ubuntu-latest (#6032)

This commit is contained in:
Gabor Kiss-Vamosi
2024-04-08 18:18:13 +02:00
committed by GitHub
parent 5f755cf47a
commit c96706da7e
12 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
lint:
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: arduino/arduino-lint-action@v1