From 3cdcfcd76ff99d5449905fcd4a08007975f74c01 Mon Sep 17 00:00:00 2001 From: bialger Date: Mon, 16 Sep 2024 00:32:26 +0300 Subject: [PATCH] Wipe out windows and Linux - manually tested --- .github/workflows/ci_tests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 43893f5..3c0ec20 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -10,16 +10,16 @@ jobs: fail-fast: false matrix: config: - - { - name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz", - os: windows-latest, - build_type: "Release", cc: "gcc", cxx: "g++", - } - - { - name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz", - os: ubuntu-latest, - build_type: "Release", cc: "gcc", cxx: "g++" - } +# - { +# name: "Windows Latest MinGW", artifact: "Windows-Ninja.tar.xz", +# os: windows-latest, +# build_type: "Release", cc: "gcc", cxx: "g++", +# } +# - { +# name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz", +# os: ubuntu-latest, +# build_type: "Release", cc: "gcc", cxx: "g++" +# } - { name: "macOS Latest Clang", artifact: "macOS.tar.xz", os: macos-latest,