mirror of https://github.com/actions/setup-python
ran format-check
This commit is contained in:
parent
fa256f775a
commit
9cf340e3a9
|
@ -474,7 +474,15 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, ubuntu-20.04, ubuntu-22.04]
|
os:
|
||||||
|
[
|
||||||
|
ubuntu-latest,
|
||||||
|
windows-latest,
|
||||||
|
macos-latest,
|
||||||
|
macos-13,
|
||||||
|
ubuntu-20.04,
|
||||||
|
ubuntu-22.04
|
||||||
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Python and check latest
|
- name: Setup Python and check latest
|
||||||
|
|
Loading…
Reference in New Issue