Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47c4a7a

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/workflow.yml

Copy file name to clipboardExpand all lines: .github/workflows/workflow.yml
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.