From 7e653a9e5dfd8f53c8371ee1331a4aafe63e69b5 Mon Sep 17 00:00:00 2001 From: Ulrich Schulte Date: Fri, 14 Oct 2022 10:38:21 +0200 Subject: [PATCH] Remove windows build from os matrix (#2140) --- .github/workflows/build-feature.yml | 2 +- .github/workflows/build-main.yml | 2 +- .github/workflows/build-pullrequest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-feature.yml b/.github/workflows/build-feature.yml index 2adeebebd65..879f9a98a02 100644 --- a/.github/workflows/build-feature.yml +++ b/.github/workflows/build-feature.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index 315c44c663f..88e3ad3617e 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/build-pullrequest.yml b/.github/workflows/build-pullrequest.yml index 22dd9c8d2ba..69f5cc73818 100644 --- a/.github/workflows/build-pullrequest.yml +++ b/.github/workflows/build-pullrequest.yml @@ -7,7 +7,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: