From 5767f8e6a62f3109c320eb11428eed2d957c9156 Mon Sep 17 00:00:00 2001 From: Robin Fievet Date: Tue, 18 Jun 2024 09:40:38 -0400 Subject: [PATCH] try linux only --- .github/workflows/build_and_deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index b10ff20..b551c1f 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -43,18 +43,18 @@ jobs: matrix: runner: - ubuntu-latest - - macos-latest - - windows-latest + # - macos-latest + # - windows-latest include: - runner: ubuntu-latest # we use this platform string to make our download artifacts unique for the same version across platforms platform: 'linux' - - runner: windows-latest - # we use this platform string to make our download artifacts unique for the same version across platforms - platform: 'win' - - runner: macos-latest - # we use this platform string to make our download artifacts unique for the same version across platforms - platform: 'mac' + # - runner: windows-latest + # # we use this platform string to make our download artifacts unique for the same version across platforms + # platform: 'win' + # - runner: macos-latest + # # we use this platform string to make our download artifacts unique for the same version across platforms + # platform: 'mac' steps: - name: "Checkout repository" # https://github.com/actions/checkout