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:
|
||||
fail-fast: false
|
||||
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:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Python and check latest
|
||||
|
|
Loading…
Reference in New Issue