You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/30 12:19:31 UTC

[plc4x] branch develop updated: chore: try to fix failing mac detection on gh runners

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new bd9d9e856 chore: try to fix failing mac detection on gh runners
bd9d9e856 is described below

commit bd9d9e8560a901bc3237b00dc4b6372d9498b422
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Aug 30 14:19:23 2022 +0200

    chore: try to fix failing mac detection on gh runners
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 61e5270d1..db0aceb69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1611,6 +1611,10 @@
           <family>mac</family>
           <arch>amd64</arch>
         </os>
+        <os>
+          <family>mac</family>
+          <arch>x86_64</arch>
+        </os>
       </activation>
       <properties>
         <os.suffix>mac</os.suffix>