Dont mix ubuntu and macos
This commit is contained in:
parent
0568db48ec
commit
3263d51084
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_macos.yaml
vendored
5
.github/workflows/build_macos.yaml
vendored
|
@ -3,9 +3,8 @@ name: Build macOS artifacts and make release
|
||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-macos:
|
||||||
runs-on:
|
runs-on: macos-latest
|
||||||
- ubuntu-latest
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue