From d4d3f60099b7ad1e900e2ef3085715bb3a00a282 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Tue, 29 Aug 2023 23:39:04 +0100 Subject: [PATCH] Temporarily disable github runner for Windows 2022 (#1085) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4ee72bfb89..ab7b2858c80 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,14 +12,14 @@ jobs: test: strategy: matrix: - os: [ubuntu-20.04, macos-latest, windows-2022] + os: [ubuntu-20.04, macos-latest] # windows-2022 disabled due to actions/runner-images#812 include: - os-name: linux os: ubuntu-20.04 - os-name: macOS os: macos-latest - - os-name: windows - os: windows-2022 + # - os-name: windows + # os: windows-2022 runs-on: ${{ matrix.os }} name: test (${{ matrix.os-name }}) steps: