File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
set -e
6
6
7
- ZLIB_VERSION=1.3
7
+ ZLIB_VERSION=1.3.1
8
8
9
9
curl -o zlib.tar.gz https://www.zlib.net/zlib-${ZLIB_VERSION} .tar.gz
10
10
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ defaults:
14
14
run :
15
15
shell : bash
16
16
17
-
18
17
jobs :
19
18
20
19
# Quick tests run on all OSes/python versions
@@ -239,10 +238,10 @@ jobs:
239
238
# Tests on 32 bit platform
240
239
test-32bit :
241
240
runs-on : ubuntu-latest
242
- container : i386/ubuntu:20 .04
241
+ container : i386/ubuntu:22 .04
243
242
strategy :
244
243
matrix :
245
- python-version : ["3.9 "]
244
+ python-version : ["3.10 "]
246
245
extra-args : ["", "--concat"]
247
246
248
247
env :
@@ -254,7 +253,7 @@ jobs:
254
253
steps :
255
254
- name : Install git
256
255
run : apt-get update -y && apt-get install -y git
257
- - uses : actions/checkout@v4
256
+ - uses : actions/checkout@v1
258
257
- name : Install system dependencies
259
258
run : bash ./.ci/install_32bit_dependencies.sh
260
259
- name : Create test environment
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
# Quick tests on 32 bit platform
53
53
test-32bit :
54
54
runs-on : ubuntu-latest
55
- container : i386/ubuntu:20 .04
55
+ container : i386/ubuntu:22 .04
56
56
strategy :
57
57
matrix :
58
- python-version : ["3.9 "]
58
+ python-version : ["3.10 "]
59
59
extra-args : ["", "--concat"]
60
60
61
61
env :
68
68
steps :
69
69
- name : Install git
70
70
run : apt-get update -y && apt-get install -y git
71
- - uses : actions/checkout@v4
71
+ - uses : actions/checkout@v1
72
72
- name : Install system dependencies
73
73
run : bash ./.ci/install_32bit_dependencies.sh
74
74
- name : Create test environment
You can’t perform that action at this time.
0 commit comments