chore: Update runner os to ubuntu-22.04 (#10400)

* chore: update runner os to ubuntu-22.04

Signed-off-by: Pranav C <pranavxc@gmail.com>

* docs: formatting

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2025-02-04 14:15:59 +05:30
committed by GitHub
parent 1f3a836934
commit 2b27620d81
30 changed files with 42 additions and 41 deletions

View File

@@ -7,7 +7,7 @@ on:
workflow_call:
jobs:
sync-to-develop:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup Node
uses: actions/setup-node@v3