Skip to content

Commit

Permalink
pin to ubuntu 20.04 until 3.6 is dropped (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Jan 27, 2023
1 parent 3e70e67 commit 026d6b5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-20.04, macOS-latest, windows-latest]
defaults:
run:
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

docs-tests:
name: Documentation Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:

upload-to-codecov:
name: Upload to Codecov
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs:
- unit-tests
- integration-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
deploy:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
update_release_draft:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Run release-drafter action
id: release-drafter
Expand Down

0 comments on commit 026d6b5

Please sign in to comment.