From 16fbb7d33043034068a1e1fd2e661ccb2851366f Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 5 Jan 2025 10:41:43 -0800 Subject: [PATCH] temp: test ci --- .github/workflows/CI.yml | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 49b90ad9..98c0b556 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: - - ubuntu-20.04 + # - ubuntu-20.04 - windows-2019 node_arch: - x64 @@ -29,46 +29,46 @@ jobs: - true include: - - os: windows-2019 - node_arch: ia32 - cpp_arch: amd64_x86 - native: true + # - os: windows-2019 + # node_arch: ia32 + # cpp_arch: amd64_x86 + # native: true - os: windows-2022 node_arch: x64 cpp_arch: amd64_arm64 native: true - - os: macos-13 - node_arch: x64 - cpp_arch: x64 - native: true - - - os: macos-14 - node_arch: arm64 - cpp_arch: amd64_arm64 - native: true - - # Musl Alpine - - os: ubuntu-24.04 - dockerfile: docker/alpine.dockerfile - node_arch: x64 - cpp_arch: x64 - native: false - - # Debian Arm - - os: ubuntu-24.04 - node_arch: arm64 - cpp_arch: amd64_arm64 - distro: bookworm - native: false - - # Musl Alpine Arm - - os: ubuntu-24.04 - node_arch: arm64 - cpp_arch: amd64_arm64 - distro: alpine_latest - native: false + # - os: macos-13 + # node_arch: x64 + # cpp_arch: x64 + # native: true + + # - os: macos-14 + # node_arch: arm64 + # cpp_arch: amd64_arm64 + # native: true + + # # Musl Alpine + # - os: ubuntu-24.04 + # dockerfile: docker/alpine.dockerfile + # node_arch: x64 + # cpp_arch: x64 + # native: false + + # # Debian Arm + # - os: ubuntu-24.04 + # node_arch: arm64 + # cpp_arch: amd64_arm64 + # distro: bookworm + # native: false + + # # Musl Alpine Arm + # - os: ubuntu-24.04 + # node_arch: arm64 + # cpp_arch: amd64_arm64 + # distro: alpine_latest + # native: false env: npm_config_arch: ${{ matrix.node_arch }}