[CI:Build] changed runner to ubuntu-latest

This commit is contained in:
Martin Totovski 2025-03-18 22:00:45 +00:00
parent bdfb173b45
commit 825c73b74f

View file

@ -10,7 +10,7 @@ on:
jobs:
lint:
name: Lint
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4