@@ -12,11 +12,11 @@ jobs:
1212 strategy :
1313 matrix :
1414 python-version : [3.6, 3.7, 3.8]
15- os : [ubuntu-latest , macos-latest]
15+ os : [ubuntu-20.04 , macos-latest]
1616 steps :
1717 - uses : actions/checkout@v1
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v2
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install package
@@ -29,11 +29,11 @@ jobs:
2929 strategy :
3030 matrix :
3131 python-version : [3.6, 3.7, 3.8]
32- os : [ubuntu-latest , macos-latest]
32+ os : [ubuntu-20.04 , macos-latest]
3333 steps :
3434 - uses : actions/checkout@v1
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v1
36+ uses : actions/setup-python@v2
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 - name : Install package and dependencies
@@ -46,11 +46,11 @@ jobs:
4646 strategy :
4747 matrix :
4848 python-version : [3.6, 3.7, 3.8]
49- os : [ubuntu-latest , macos-latest]
49+ os : [ubuntu-20.04 , macos-latest]
5050 steps :
5151 - uses : actions/checkout@v1
5252 - name : Set up Python ${{ matrix.python-version }}
53- uses : actions/setup-python@v1
53+ uses : actions/setup-python@v2
5454 with :
5555 python-version : ${{ matrix.python-version }}
5656 - name : Install package and dependencies
0 commit comments