Skip to content

Commit

Permalink
Downgrade back to Ubuntu 20.04 to support 3.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vduseev committed Dec 13, 2024
1 parent 952a710 commit f23996c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-n-publish:
name: Build and publish to PyPi
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
matrix:
# https://help.github.com/articles/virtual-environments-for-github-actions
platform:
- ubuntu-22.04
- ubuntu-20.04
- macos-latest
- windows-latest
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
exclude:
- platform: macos-latest
Expand Down

0 comments on commit f23996c

Please sign in to comment.