From c4833bc2bb2e89cb5d850d08168fe8a44d557f36 Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Sun, 15 Dec 2024 21:34:09 -0500 Subject: [PATCH] TEMPORARY, REVERTME: Disable Windows and macOS bin builds Wanna see the bin builds job go fast. (Want to verify the Ubuntu fix works. Ubuntu build is fast. Disable slow Windows and macOS jobs temporarily, to see fix faster.) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00804083c7..ba29e12ab3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: build: strategy: matrix: + # os: [ ubuntu-latest, macos-13, windows-latest ] os: [ ubuntu-latest, macos-13, windows-latest ] include: - os: ubuntu-latest