@@ -33,56 +33,56 @@ jobs:
3333 matrix :
3434 include :
3535 # x64 glibc
36- - os : ubuntu-20 .04
36+ - os : ubuntu-22 .04
3737 node : 18
3838 binary : linux-x64-glibc-108
39- - os : ubuntu-20 .04
39+ - os : ubuntu-22 .04
4040 node : 20
4141 binary : linux-x64-glibc-115
42- - os : ubuntu-20 .04
42+ - os : ubuntu-22 .04
4343 node : 22
4444 binary : linux-x64-glibc-127
4545
4646 # x64 musl
47- - os : ubuntu-20 .04
47+ - os : ubuntu-22 .04
4848 container : node:18-alpine3.17
4949 node : 18
5050 binary : linux-x64-musl-108
51- - os : ubuntu-20 .04
51+ - os : ubuntu-22 .04
5252 container : node:20-alpine3.17
5353 node : 20
5454 binary : linux-x64-musl-115
55- - os : ubuntu-20 .04
55+ - os : ubuntu-22 .04
5656 container : node:22-alpine3.18
5757 node : 22
5858 binary : linux-x64-musl-127
5959
6060 # arm64 glibc
61- - os : ubuntu-20 .04
61+ - os : ubuntu-22 .04
6262 arch : arm64
6363 node : 18
6464 binary : linux-arm64-glibc-108
65- - os : ubuntu-20 .04
65+ - os : ubuntu-22 .04
6666 arch : arm64
6767 node : 20
6868 binary : linux-arm64-glibc-115
69- - os : ubuntu-20 .04
69+ - os : ubuntu-22 .04
7070 arch : arm64
7171 node : 22
7272 binary : linux-arm64-glibc-127
7373
7474 # arm64 musl
75- - os : ubuntu-20 .04
75+ - os : ubuntu-22 .04
7676 arch : arm64
7777 container : node:18-alpine3.17
7878 node : 18
7979 binary : linux-arm64-musl-108
80- - os : ubuntu-20 .04
80+ - os : ubuntu-22 .04
8181 arch : arm64
8282 container : node:20-alpine3.17
8383 node : 20
8484 binary : linux-arm64-musl-115
85- - os : ubuntu-20 .04
85+ - os : ubuntu-22 .04
8686 arch : arm64
8787 container : node:22-alpine3.18
8888 node : 22
@@ -169,7 +169,7 @@ jobs:
169169 if : ${{ !contains(matrix.container, 'alpine') }}
170170 id : python-setup
171171 with :
172- python-version : ' 3.8.10 '
172+ python-version : ' 3.9.13 '
173173
174174 - name : Setup (arm64| ${{ contains(matrix.container, 'alpine') && 'musl' || 'glibc' }})
175175 if : matrix.arch == 'arm64' && !contains(matrix.container, 'alpine') && matrix.target_platform != 'darwin'
@@ -281,7 +281,6 @@ jobs:
281281 os : [
282282 ubuntu-24.04,
283283 ubuntu-22.04,
284- ubuntu-20.04,
285284 ubuntu-22.04-arm,
286285 macos-latest, # macOS arm64
287286 macos-13, # macOS x64
0 commit comments