File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
" windows-latest" ,
12
12
]
13
13
include :
14
- - neon-out-name : " x86_64-unknown-linux-gnu-index.node"
15
- os : " ubuntu-22.04"
16
- - neon-out-name : " aarch64-unknown-linux-gnu-index.node"
17
- os : " buildjet-4vcpu-ubuntu-2204-arm"
18
14
- neon-out-name : " x86_64-apple-darwin-index.node"
19
15
os : " macos-latest"
20
16
- neon-out-name : " x86_64-pc-windows-gnu-index.node"
@@ -54,11 +50,13 @@ jobs:
54
50
]
55
51
include :
56
52
- neon-out-name : " x86_64-unknown-linux-gnu-index.node"
53
+ container : " quay.io/pypa/manylinux_2_28_x86_64:latest"
57
54
os : " ubuntu-22.04"
58
55
- neon-out-name : " aarch64-unknown-linux-gnu-index.node"
56
+ container : " quay.io/pypa/manylinux2014_aarch64:latest"
59
57
os : " buildjet-4vcpu-ubuntu-2204-arm"
60
58
runs-on : ubuntu-latest
61
- container : quay.io/pypa/manylinux2014_x86_64
59
+ container : ${{ matrix.container }}
62
60
defaults :
63
61
run :
64
62
working-directory : korvus/javascript
You can’t perform that action at this time.
0 commit comments