@@ -33,56 +33,56 @@ jobs:
33
33
matrix :
34
34
include :
35
35
# x64 glibc
36
- - os : ubuntu-20 .04
36
+ - os : ubuntu-22 .04
37
37
node : 18
38
38
binary : linux-x64-glibc-108
39
- - os : ubuntu-20 .04
39
+ - os : ubuntu-22 .04
40
40
node : 20
41
41
binary : linux-x64-glibc-115
42
- - os : ubuntu-20 .04
42
+ - os : ubuntu-22 .04
43
43
node : 22
44
44
binary : linux-x64-glibc-127
45
45
46
46
# x64 musl
47
- - os : ubuntu-20 .04
47
+ - os : ubuntu-22 .04
48
48
container : node:18-alpine3.17
49
49
node : 18
50
50
binary : linux-x64-musl-108
51
- - os : ubuntu-20 .04
51
+ - os : ubuntu-22 .04
52
52
container : node:20-alpine3.17
53
53
node : 20
54
54
binary : linux-x64-musl-115
55
- - os : ubuntu-20 .04
55
+ - os : ubuntu-22 .04
56
56
container : node:22-alpine3.18
57
57
node : 22
58
58
binary : linux-x64-musl-127
59
59
60
60
# arm64 glibc
61
- - os : ubuntu-20 .04
61
+ - os : ubuntu-22 .04
62
62
arch : arm64
63
63
node : 18
64
64
binary : linux-arm64-glibc-108
65
- - os : ubuntu-20 .04
65
+ - os : ubuntu-22 .04
66
66
arch : arm64
67
67
node : 20
68
68
binary : linux-arm64-glibc-115
69
- - os : ubuntu-20 .04
69
+ - os : ubuntu-22 .04
70
70
arch : arm64
71
71
node : 22
72
72
binary : linux-arm64-glibc-127
73
73
74
74
# arm64 musl
75
- - os : ubuntu-20 .04
75
+ - os : ubuntu-22 .04
76
76
arch : arm64
77
77
container : node:18-alpine3.17
78
78
node : 18
79
79
binary : linux-arm64-musl-108
80
- - os : ubuntu-20 .04
80
+ - os : ubuntu-22 .04
81
81
arch : arm64
82
82
container : node:20-alpine3.17
83
83
node : 20
84
84
binary : linux-arm64-musl-115
85
- - os : ubuntu-20 .04
85
+ - os : ubuntu-22 .04
86
86
arch : arm64
87
87
container : node:22-alpine3.18
88
88
node : 22
@@ -169,7 +169,7 @@ jobs:
169
169
if : ${{ !contains(matrix.container, 'alpine') }}
170
170
id : python-setup
171
171
with :
172
- python-version : ' 3.8.10 '
172
+ python-version : ' 3.9.13 '
173
173
174
174
- name : Setup (arm64| ${{ contains(matrix.container, 'alpine') && 'musl' || 'glibc' }})
175
175
if : matrix.arch == 'arm64' && !contains(matrix.container, 'alpine') && matrix.target_platform != 'darwin'
@@ -281,7 +281,6 @@ jobs:
281
281
os : [
282
282
ubuntu-24.04,
283
283
ubuntu-22.04,
284
- ubuntu-20.04,
285
284
ubuntu-22.04-arm,
286
285
macos-latest, # macOS arm64
287
286
macos-13, # macOS x64
0 commit comments