Use latest ubuntu LTS for CI workflows, and make sure gems are updated where used. (#10751)

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-11-18 11:49:20 -05:00
committed by GitHub
parent d8c8f0dc2d
commit f608e3b4fc
8 changed files with 15 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ name: Markdown-lint
on: workflow_call
jobs:
markdown-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write