From c85d401662f75d3e8c716daa4a5575b6e23891fd Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 31 May 2022 19:07:47 +0200 Subject: [PATCH] trying to add mac support (in workflows) chance of revert is 75% --- .github/workflows/why2-project.yml | 2 +- .github/workflows/why2-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/why2-project.yml b/.github/workflows/why2-project.yml index bb3649d..2881c2b 100644 --- a/.github/workflows/why2-project.yml +++ b/.github/workflows/why2-project.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest ] include: - os: ubuntu-latest configure: configure.sh diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index 46af1af..7de4e5f 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest ] include: - os: ubuntu-latest output: out/why2-test @@ -59,7 +59,7 @@ jobs: strategy: matrix: - os: [ ubuntu-latest ] + os: [ ubuntu-latest, macos-latest ] include: - os: ubuntu-latest output: out/why2-test