Skip to content

Commit

Permalink
Ensure MacOS uses Python 3.10 for Salt 3006
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Oct 16, 2024
1 parent 152335b commit 6724d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
max-parallel: 2
matrix:
include:
- {salt-version: "3006.9", python-version: "3.11"}
- {salt-version: "3006.9", python-version: "3.10"}
- {salt-version: "3007.1", python-version: "3.10"}

steps:
Expand Down

0 comments on commit 6724d38

Please sign in to comment.