Skip to content

Commit 0d38b57

Browse files
committed
ci: Bump Ubuntu version for pip-audit to use Python 3.12
1 parent 1dc2ecd commit 0d38b57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pip-audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010

1111
jobs:
1212
pip-audit:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.11"
18+
python-version: "3.12"
1919
- name: Install uv and sync dev dependencies
2020
run: |
2121
pip install uv

0 commit comments

Comments
 (0)