From ad49c9046c4a110635e829270626379f211359b7 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 21 Aug 2024 19:41:56 +0200 Subject: [PATCH] gh actions: remove windows from the test-nim matrix again, since this is now the slowest step --- .github/workflows/gen_bindings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 078b2d234..11d908c40 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -137,7 +137,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + # os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{matrix.os}} steps: - if: runner.os == 'Linux'