Skip to content

Commit

Permalink
fix(ci): run .github/workflows/workflow.yml on ubuntu-20.04 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 7, 2022
1 parent af57b64 commit 47c4a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -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@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: 3.8
- name: Verify 3.8
run: python __tests__/verify-python.py 3.8

- name: Run with setup-python 3.7.5
uses: ./
with:
Expand Down

0 comments on commit 47c4a7a

Please sign in to comment.