Skip to content

Commit 1519a41

Browse files
committed
Updated job runner from ubuntu20.04 to ubuntu24.04 as 20.04 is retired.
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent e8e6a75 commit 1519a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88

99
strategy:
1010
max-parallel: 4

0 commit comments

Comments
 (0)