Skip to content

Commit 47c4a7a

Browse files
authored
fix(ci): run .github/workflows/workflow.yml on ubuntu-20.04 (#535)
1 parent af57b64 commit 47c4a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.operating-system }}
1515
strategy:
1616
matrix:
17-
operating-system: [ubuntu-latest, windows-latest]
17+
operating-system: [ubuntu-20.04, windows-latest]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
@@ -68,7 +68,7 @@ jobs:
6868
python-version: 3.8
6969
- name: Verify 3.8
7070
run: python __tests__/verify-python.py 3.8
71-
71+
7272
- name: Run with setup-python 3.7.5
7373
uses: ./
7474
with:

0 commit comments

Comments
 (0)