mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test matrix steps use python 3.10
This commit is contained in:
parent
78838b4724
commit
0d4e037c28
3 changed files with 9 additions and 0 deletions
3
.github/workflows/test-action-linux.yml
vendored
3
.github/workflows/test-action-linux.yml
vendored
|
@ -86,6 +86,9 @@ jobs:
|
|||
matrix-include: ${{ steps.generate-matrix.outputs.matrix }}
|
||||
build-reports: ${{ steps.generate-matrix.outputs.build-reports }}
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
|
|
3
.github/workflows/test-action-macos.yml
vendored
3
.github/workflows/test-action-macos.yml
vendored
|
@ -83,6 +83,9 @@ jobs:
|
|||
matrix-include: ${{ steps.generate-matrix.outputs.matrix }}
|
||||
build-reports: ${{ steps.generate-matrix.outputs.build-reports }}
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
|
|
3
.github/workflows/test-action-windows.yml
vendored
3
.github/workflows/test-action-windows.yml
vendored
|
@ -86,6 +86,9 @@ jobs:
|
|||
matrix-include: ${{ steps.generate-matrix.outputs.matrix }}
|
||||
build-reports: ${{ steps.generate-matrix.outputs.build-reports }}
|
||||
steps:
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: "Throttle Builds"
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue