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:
committed by
Christian Decker
parent
98679aa6cf
commit
9c34bd6108
2
.github/workflows/rdme-docs-sync.yml
vendored
2
.github/workflows/rdme-docs-sync.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user