Skip to content

Commit 5461222

Browse files
ci: use ubuntu-20.04 instead of latest temporary
1 parent 3651b45 commit 5461222

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/testing_initiative.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, macos-latest, windows-latest]
35+
os:
36+
- ubuntu-20.04
37+
- macos-latest
38+
- windows-latest
3639
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
3740
no-coverage: [0]
3841
include:
39-
- os: ubuntu-latest
42+
- os: ubuntu-20.04
4043
python-version: pypy-2.7
4144
no-coverage: 1
42-
- os: ubuntu-latest
45+
- os: ubuntu-20.04
4346
python-version: pypy-3.6
4447
no-coverage: 1
4548
steps:
@@ -71,7 +74,7 @@ jobs:
7174
coveralls:
7275
name: Finish Coveralls
7376
needs: test
74-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-20.04
7578
container: python:3-slim
7679
steps:
7780
- name: Install coveralls
@@ -87,7 +90,8 @@ jobs:
8790
runs-on: ${{ matrix.os }}
8891
strategy:
8992
matrix:
90-
os: [ubuntu-latest]
93+
os:
94+
- ubuntu-20.04
9195
python-version: [3.6]
9296
steps:
9397
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)