Skip to content

Commit 94f0739

Browse files
chore(deps): update all dependencies
1 parent 5d2fef5 commit 94f0739

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build-test-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: apache/[email protected]
5151

5252
pre-commit:
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-24.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-python@v5
@@ -66,7 +66,7 @@ jobs:
6666

6767
run-unit-tests:
6868
name: test-unit ${{ matrix.python-version }}
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070
continue-on-error: true
7171
strategy:
7272
matrix:
@@ -89,7 +89,7 @@ jobs:
8989
poetry run pytest tests/unit
9090
9191
test-splunk:
92-
runs-on: ubuntu-22.04
92+
runs-on: ubuntu-24.04
9393
continue-on-error: true
9494
needs:
9595
- meta
@@ -145,7 +145,7 @@ jobs:
145145
- semgrep
146146
- run-unit-tests
147147
- test-splunk
148-
runs-on: ubuntu-22.04
148+
runs-on: ubuntu-24.04
149149
steps:
150150
- uses: actions/checkout@v4
151151
with:

0 commit comments

Comments
 (0)