From d6ad27a31bddf176834efc9e07b8ceb909489180 Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sat, 17 Feb 2024 14:09:54 -0500 Subject: [PATCH] Try macOS only --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 347d0853..6cd80b49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,11 +17,11 @@ jobs: - runner: 'macos-latest' qtVersion: '6.6.2' qtModules: 'qtimageformats' - - runner: 'windows-2019' - qtVersion: '6.6.2' - qtArch: 'win64_msvc2019_64' - osSuffix: '_64' - qtModules: 'qtimageformats' + # - runner: 'windows-2019' + # qtVersion: '6.6.2' + # qtArch: 'win64_msvc2019_64' + # osSuffix: '_64' + # qtModules: 'qtimageformats' runs-on: ${{ matrix.runner }} steps: - name: Set environment variables