Fix runner version

This commit is contained in:
Alex Selimov 2025-09-12 06:24:34 -04:00
parent eac630680c
commit 2ed1ea01c0
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -8,7 +8,7 @@ on:
jobs:
build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code