Skip to content

Commit 4f32c16

Browse files
committed
Try to fix the CI build for old Python versions.
1 parent 35ad281 commit 4f32c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
sdist:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010

1111
steps:
1212
- uses: actions/checkout@v3
@@ -48,7 +48,7 @@ jobs:
4848
- python_version: "3.12-dev"
4949
allowed_failure: true
5050

51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-20.04
5252

5353
steps:
5454
- uses: actions/checkout@v3
@@ -146,7 +146,7 @@ jobs:
146146
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
147147

148148
runs-on: ${{ matrix.os }}
149-
env: { MACOSX_DEPLOYMENT_TARGET: 10.14 }
149+
env: { MACOSX_DEPLOYMENT_TARGET: 10.15 }
150150

151151
steps:
152152
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)