8000 fix(ci): run `.github/workflows/workflow.yml` on ubuntu-20.04 (#535) · jpodivin/setup-python@47c4a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 47c4a7a

Browse files
authored
fix(ci): run .github/workflows/workflow.yml on ubuntu-20.04 (actions#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

Lines changed: 2 additions & 2 deletions
< 7167 td data-grid-cell-id="diff-126bf89616b7daa3d14ebc882ad18666aaf1c3dae888c4ba306a66ec80758bc1-20-20-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">20
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
20
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)
0