ci: Lock Ubuntu version on 22.04

These workflows are failing due to `ubuntu-latest` being updated from version `22.04` to `24.04`.

Reference: https://github.com/actions/runner-images/issues/10636

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2025-01-06 13:51:21 -08:00
committed by Christian Decker
parent 98679aa6cf
commit 9c34bd6108
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
rdme-docs-sync:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repo 📚
uses: actions/checkout@v4