Skip to content

Commit 16fbb7d

Browse files
committed
temp: test ci
1 parent f716572 commit 16fbb7d

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/CI.yml

+35-35
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os:
18-
- ubuntu-20.04
18+
# - ubuntu-20.04
1919
- windows-2019
2020
node_arch:
2121
- x64
@@ -29,46 +29,46 @@ jobs:
2929
- true
3030

3131
include:
32-
- os: windows-2019
33-
node_arch: ia32
34-
cpp_arch: amd64_x86
35-
native: true
32+
# - os: windows-2019
33+
# node_arch: ia32
34+
# cpp_arch: amd64_x86
35+
# native: true
3636

3737
- os: windows-2022
3838
node_arch: x64
3939
cpp_arch: amd64_arm64
4040
native: true
4141

42-
- os: macos-13
43-
node_arch: x64
44-
cpp_arch: x64
45-
native: true
46-
47-
- os: macos-14
48-
node_arch: arm64
49-
cpp_arch: amd64_arm64
50-
native: true
51-
52-
# Musl Alpine
53-
- os: ubuntu-24.04
54-
dockerfile: docker/alpine.dockerfile
55-
node_arch: x64
56-
cpp_arch: x64
57-
native: false
58-
59-
# Debian Arm
60-
- os: ubuntu-24.04
61-
node_arch: arm64
62-
cpp_arch: amd64_arm64
63-
distro: bookworm
64-
native: false
65-
66-
# Musl Alpine Arm
67-
- os: ubuntu-24.04
68-
node_arch: arm64
69-
cpp_arch: amd64_arm64
70-
distro: alpine_latest
71-
native: false
42+
# - os: macos-13
43+
# node_arch: x64
44+
# cpp_arch: x64
45+
# native: true
46+
47+
# - os: macos-14
48+
# node_arch: arm64
49+
# cpp_arch: amd64_arm64
50+
# native: true
51+
52+
# # Musl Alpine
53+
# - os: ubuntu-24.04
54+
# dockerfile: docker/alpine.dockerfile
55+
# node_arch: x64
56+
# cpp_arch: x64
57+
# native: false
58+
59+
# # Debian Arm
60+
# - os: ubuntu-24.04
61+
# node_arch: arm64
62+
# cpp_arch: amd64_arm64
63+
# distro: bookworm
64+
# native: false
65+
66+
# # Musl Alpine Arm
67+
# - os: ubuntu-24.04
68+
# node_arch: arm64
69+
# cpp_arch: amd64_arm64
70+
# distro: alpine_latest
71+
# native: false
7272

7373
env:
7474
npm_config_arch: ${{ matrix.node_arch }}

0 commit comments

Comments
 (0)