From 6c4dbba3acc1bf0269d4a90bb9cdfdf865017601 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Sun, 30 Jun 2024 18:18:27 -0400 Subject: [PATCH] ci: disable windows install job (#152) Temporarily disable the installation workflow on Windows. The workflow is currently broken due to actions/runner-images#10009 with no clear workaround at the moment. Updates #151 --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index d03828a..9be7c48 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -17,7 +17,7 @@ jobs: install: strategy: matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Checkout code