adding same vars to macos
am I even supposed to do it like that?
This commit is contained in:
parent
c85d401662
commit
8a1552a139
2
.github/workflows/why2-project.yml
vendored
2
.github/workflows/why2-project.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: [ ubuntu-latest, macos-latest ]
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
build: build.sh
|
build: build.sh
|
||||||
test: test
|
test: test
|
||||||
|
4
.github/workflows/why2-test.yml
vendored
4
.github/workflows/why2-test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: [ ubuntu-latest, macos-latest ]
|
||||||
output: out/why2-test
|
output: out/why2-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
build: build.sh
|
build: build.sh
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest, macos-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: [ ubuntu-latest, macos-latest ]
|
||||||
output: out/why2-test
|
output: out/why2-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user