Skip to content

Commit f23996c

Browse files
committed
Downgrade back to Ubuntu 20.04 to support 3.6 tests
1 parent 952a710 commit f23996c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-n-publish:
1212
name: Build and publish to PyPi
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
matrix:
1111
# https://help.github.com/articles/virtual-environments-for-github-actions
1212
platform:
13-
- ubuntu-22.04
13+
- ubuntu-20.04
1414
- macos-latest
1515
- windows-latest
16+
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1617
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
1718
exclude:
1819
- platform: macos-latest

0 commit comments

Comments
 (0)