Update runner distro in Formatting workflow (#678)

Update formatting workflow to use 22.04. 20.04 deprecated last week.

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>
This commit is contained in:
cfallows-amd
2025-04-22 16:14:15 -04:00
committed by GitHub
parent a50e44ec25
commit 346c7e452a
+3 -3
View File
@@ -13,7 +13,7 @@ concurrency:
jobs:
python:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
uses: isort/isort-action@master
cmake:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
fi
python-bytecode:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4