Skip to content

Commit 8375e14

Browse files
ci: fix ubuntu version to 22.04 (#894)
This PR sets ubuntu version to 22.04 for scripts run with python 3.7. Reference: [ADDON-75861](https://splunk.atlassian.net/browse/ADDON-75861)
1 parent 5e1a803 commit 8375e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v4
5959
- uses: actions/setup-python@v5
6060
with:
61-
python-version: "3.7"
61+
python-version: "3.12"
6262
- uses: pre-commit/[email protected]
6363

6464
semgrep:
@@ -132,7 +132,7 @@ jobs:
132132
- fossa-scan
133133
- compliance-copyrights
134134
- test-splunk-unit
135-
runs-on: ubuntu-latest
135+
runs-on: ubuntu-22.04
136136
strategy:
137137
fail-fast: false
138138
matrix:
@@ -166,7 +166,7 @@ jobs:
166166
needs:
167167
- test-splunk-external
168168
- test-splunk-matrix
169-
runs-on: ubuntu-latest
169+
runs-on: ubuntu-22.04
170170
steps:
171171
- uses: actions/checkout@v4
172172
with:

0 commit comments

Comments
 (0)