File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
- uses : apache/skywalking-eyes@v0.6.0
51
51
52
52
pre-commit :
53
- runs-on : ubuntu-22 .04
53
+ runs-on : ubuntu-24 .04
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- uses : actions/setup-python@v5
66
66
67
67
run-unit-tests :
68
68
name : test-unit ${{ matrix.python-version }}
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
continue-on-error : true
71
71
strategy :
72
72
matrix :
89
89
poetry run pytest tests/unit
90
90
91
91
test-splunk :
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
continue-on-error : true
94
94
needs :
95
95
- meta
@@ -145,7 +145,7 @@ jobs:
145
145
- semgrep
146
146
- run-unit-tests
147
147
- test-splunk
148
- runs-on : ubuntu-22 .04
148
+ runs-on : ubuntu-24 .04
149
149
steps :
150
150
- uses : actions/checkout@v4
151
151
with :
You can’t perform that action at this time.
0 commit comments