reset mac support in workflows
reset c85d401662f75d3e8c716daa4a5575b6e23891fd "chance of revert is 75%"
This commit is contained in:
parent
1662ff6682
commit
eff5a445de
7
.github/workflows/why2-project.yml
vendored
7
.github/workflows/why2-project.yml
vendored
@ -11,18 +11,13 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
build: build.sh
|
build: build.sh
|
||||||
test: test
|
test: test
|
||||||
|
|
||||||
- os: macos-latest
|
|
||||||
configure: configure.sh
|
|
||||||
build: build.sh
|
|
||||||
test: test
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
15
.github/workflows/why2-test.yml
vendored
15
.github/workflows/why2-test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: out/why2-test
|
output: out/why2-test
|
||||||
@ -19,12 +19,6 @@ jobs:
|
|||||||
build: build.sh
|
build: build.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
- os: macos-latest
|
|
||||||
output: out/why2-test
|
|
||||||
configure: configure.sh
|
|
||||||
build: build.sh
|
|
||||||
app: why2
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -65,18 +59,13 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, macos-latest ]
|
os: [ ubuntu-latest ]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
output: out/why2-test
|
output: out/why2-test
|
||||||
configure: configure.sh
|
configure: configure.sh
|
||||||
app: why2
|
app: why2
|
||||||
|
|
||||||
- os: macos-latest
|
|
||||||
output: out/why2-test
|
|
||||||
configure: configure.sh
|
|
||||||
app: why2
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user