From 36820ce2c513ee4fe8f8126361d4c7dec447ea5a Mon Sep 17 00:00:00 2001 From: aadewale Date: Fri, 13 May 2022 13:32:47 +0100 Subject: [PATCH] exclude windows regresshion build --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5c2670..897fd9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest] platform: [x86, x64] - compiler: [gcc, tcc] - #compiler: [gcc, clang, tcc] + compiler: [gcc, clang, tcc] steps: - name: Checkout