mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
fix main workflow
This commit is contained in:
parent
5da9d209ad
commit
dcf8ed997a
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-20.04, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user