1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

fix(ci): run .github/workflows/workflow.yml on ubuntu-20.04 (#535)

This commit is contained in:
Matthieu Darbois 2022-11-07 13:10:21 +01:00 committed by GitHub
parent af57b64994
commit 47c4a7af1d
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}
strategy: strategy:
matrix: matrix:
operating-system: [ubuntu-latest, windows-latest] operating-system: [ubuntu-20.04, windows-latest]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3