File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50505151
5252 pre-commit :
53- runs-on : ubuntu-latest
53+ runs-on : ubuntu-22.04
5454 steps :
5555 - uses : actions/checkout@v4
5656 - uses : actions/setup-python@v5
6666
6767 run-unit-tests :
6868 name : test-unit ${{ matrix.python-version }}
69- runs-on : ubuntu-latest
69+ runs-on : ubuntu-22.04
7070 continue-on-error : true
7171 strategy :
7272 matrix :
8989 poetry run pytest tests/unit
9090
9191 test-splunk :
92- runs-on : ubuntu-latest
92+ runs-on : ubuntu-22.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-latest
148+ runs-on : ubuntu-22.04
149149 steps :
150150 - uses : actions/checkout@v4
151151 with :
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : 3.7
16+ python-version : 3.12
1717 - run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
1818 - run : |
1919 poetry install
You can’t perform that action at this time.
0 commit comments