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

@@ -12,7 +12,7 @@ on:
jobs:
copy-file:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3