From 8a1552a139d42e50a5bc3533601da34c0d2a135e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 31 May 2022 19:11:43 +0200 Subject: [PATCH] adding same vars to macos am I even supposed to do it like that? --- .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 2881c2b..96cd023 100644 --- a/.github/workflows/why2-project.yml +++ b/.github/workflows/why2-project.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest ] include: - - os: ubuntu-latest + - os: [ ubuntu-latest, macos-latest ] configure: configure.sh build: build.sh test: test diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index 7de4e5f..9d74f42 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest ] include: - - os: ubuntu-latest + - os: [ ubuntu-latest, macos-latest ] output: out/why2-test configure: configure.sh build: build.sh @@ -61,7 +61,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest ] include: - - os: ubuntu-latest + - os: [ ubuntu-latest, macos-latest ] output: out/why2-test configure: configure.sh app: why2