Skip to content

Commit

Permalink
ci: use ubuntu-20.04 instead of latest temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed May 5, 2023
1 parent 3651b45 commit 4fd62b2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/testing_initiative.yml
Expand Up @@ -32,14 +32,17 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os:
- ubuntu-20.04
- macos-latest
- windows-latest
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
no-coverage: [0]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
python-version: pypy-2.7
no-coverage: 1
- os: ubuntu-latest
- os: ubuntu-20.04
python-version: pypy-3.6
no-coverage: 1
steps:
Expand Down Expand Up @@ -71,7 +74,7 @@ jobs:
coveralls:
name: Finish Coveralls
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: python:3-slim
steps:
- name: Install coveralls
Expand All @@ -87,7 +90,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os:
- ubuntu-20.04
python-version: [3.6]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4fd62b2

Please sign in to comment.