chore: Pin ubuntu version in CI

This commit is contained in:
Roberto Alsina 2025-01-21 14:08:20 -03:00
parent 5fe309f24c
commit 71fb699f96
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Download source
uses: actions/checkout@v4

View File

@ -7,7 +7,7 @@ permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Download source
uses: actions/checkout@v4