workflow: also build packages on intel mac
This commit is contained in:
parent
9f92e1665e
commit
1448566c38
1 changed files with 3 additions and 2 deletions
3
.github/workflows/build-packages.yml
vendored
3
.github/workflows/build-packages.yml
vendored
|
@ -14,8 +14,9 @@ jobs:
|
|||
- ${{ inputs.package }}
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
- ubuntu-24.04-arm
|
||||
- macos-latest
|
||||
- macos-13
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Install Nix
|
||||
|
|
Loading…
Add table
Reference in a new issue