trying to add mac support (in workflows)
chance of revert is 75%
This commit is contained in:
parent
e4cc4ee082
commit
c85d401662
2
.github/workflows/why2-project.yml
vendored
2
.github/workflows/why2-project.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
os: [ ubuntu-latest, macos-latest ]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
configure: configure.sh
|
||||
|
4
.github/workflows/why2-test.yml
vendored
4
.github/workflows/why2-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user