Skip to content

Commit 38a9e8a

Browse files
committed
CI: Bump python version for emulated 32 bit tests. Update zlib version on
windows. Roll-back actions/checkout version for 32 bit test due to gha / node issue (actions/checkout#1681)
1 parent ad67d03 commit 38a9e8a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.ci/download_zlib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
set -e
66

7-
ZLIB_VERSION=1.3
7+
ZLIB_VERSION=1.3.1
88

99
curl -o zlib.tar.gz https://www.zlib.net/zlib-${ZLIB_VERSION}.tar.gz
1010

.github/workflows/main.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ defaults:
1414
run:
1515
shell: bash
1616

17-
1817
jobs:
1918

2019
# Quick tests run on all OSes/python versions
@@ -242,7 +241,7 @@ jobs:
242241
container: i386/ubuntu:20.04
243242
strategy:
244243
matrix:
245-
python-version: ["3.9"]
244+
python-version: ["3.10"]
246245
extra-args: ["", "--concat"]
247246

248247
env:
@@ -254,7 +253,7 @@ jobs:
254253
steps:
255254
- name: Install git
256255
run: apt-get update -y && apt-get install -y git
257-
- uses: actions/checkout@v4
256+
- uses: actions/checkout@v2
258257
- name: Install system dependencies
259258
run: bash ./.ci/install_32bit_dependencies.sh
260259
- name: Create test environment

.github/workflows/pull_request.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
container: i386/ubuntu:20.04
5656
strategy:
5757
matrix:
58-
python-version: ["3.9"]
58+
python-version: ["3.10"]
5959
extra-args: ["", "--concat"]
6060

6161
env:
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- name: Install git
7070
run: apt-get update -y && apt-get install -y git
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v2
7272
- name: Install system dependencies
7373
run: bash ./.ci/install_32bit_dependencies.sh
7474
- name: Create test environment

0 commit comments

Comments
 (0)