Skip to content

Commit d98b493

Browse files
authored
Merge pull request #340 from splunk/gh_runner_update
GH Actions Matrix update
2 parents 9eb642a + 5cbf82a commit d98b493

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ updates:
1212
schedule:
1313
interval: "daily"
1414
open-pull-requests-limit: 6
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
# Check for updates to GitHub Actions every week
19+
interval: "weekly"

.github/workflows/testEndToEnd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
python_version: ["3.11", "3.12", "3.13"]
14-
operating_system: ["ubuntu-20.04", "ubuntu-24.04", "macos-15", "macos-14", "windows-2022"]
14+
operating_system: ["ubuntu-24.04", "macos-15", "windows-2022"]
1515
#operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest"]
1616

1717

.github/workflows/test_against_escu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python_version: ["3.11", "3.12", "3.13"]
2020

21-
operating_system: ["ubuntu-20.04", "ubuntu-24.04", "macos-15", "macos-14"]
21+
operating_system: ["ubuntu-24.04", "macos-15"]
2222
# Do not test against ESCU until known character encoding issue is resolved
2323
# operating_system: ["ubuntu-20.04", "ubuntu-22.04", "macos-latest", "macos-14", "windows-2022"]
2424

0 commit comments

Comments
 (0)