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
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue