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
5
.github/workflows/build-packages.yml
vendored
5
.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
|
||||
|
@ -32,5 +33,5 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
useDaemon: false
|
||||
installCommand: nix profile install nixpkgs#cachix
|
||||
|
||||
|
||||
- run: nix build -L ${{ matrix.package }}
|
||||
|
|
Loading…
Add table
Reference in a new issue