From 2894e3df70f95f3fe70333bd500a93ef4d302010 Mon Sep 17 00:00:00 2001 From: umbynos Date: Fri, 11 Dec 2020 18:12:55 +0100 Subject: [PATCH] revert to building minimum version for mac to 10.9 & separate step for mac --- .github/workflows/release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 559517c56..93c33c505 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,9 +52,9 @@ jobs: - name: Run unit tests run: task test-unit - - name: Build the Agent + - name: Build the Agent for linux run: task build - if: matrix.operating-system != 'windows-2019' + if: matrix.operating-system == 'ubuntu-18.04' # build the agent without GUI support (no tray icon) - name: Build the Agent-cli @@ -77,6 +77,12 @@ jobs: run: task build-win32 if: matrix.operating-system == 'windows-2019' + - name: Build the Agent for macos + env: + MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac + run: task build + if: matrix.operating-system == 'macos-10.15' + # config.ini is required by the executable when it's run - name: Upload artifacts uses: actions/upload-artifact@v2 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy