Skip to content

Commit 29a1920

Browse files
committed
chore(deps): update dependency ubuntu to v24
1 parent fd5cd8f commit 29a1920

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
python-tests:
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
strategy:
2626
matrix:
2727
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
psf-black:
2424
name: Verify we can create Docker images
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2828
- uses: docker/build-push-action@v6

.github/workflows/style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
psf-black:
2424
name: Format with psf-black
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2828
- name: Set up Python 3.9

0 commit comments

Comments
 (0)