Skip to content

Commit f958ce6

Browse files
committed
CI: Pin doc worker to specific version of ubuntu
Don't rely on "latest" but run on a specific version. Pick the 24.04, which has recently become available. Signed-off-by: David Brown <[email protected]>
1 parent 79f6d91 commit f958ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
generate-docs:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-24.04
1818

1919
steps:
2020
- name: Checkout
@@ -65,7 +65,7 @@ jobs:
6565
doc-publish:
6666
name: Publish Rust Documentation
6767
needs: generate-docs
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-24.04
6969
if: |
7070
github.event_name == 'pull_request' &&
7171
github.repository == 'zephyrproject-rtos/zephyr-lang-rust'

0 commit comments

Comments
 (0)