workflow: also build packages on intel mac

This commit is contained in:
cy 2025-03-06 15:08:57 -05:00
parent 9f92e1665e
commit 1448566c38
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -14,8 +14,9 @@ jobs:
- ${{ inputs.package }} - ${{ inputs.package }}
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest
- ubuntu-24.04-arm - ubuntu-24.04-arm
- macos-latest
- macos-13
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Install Nix - name: Install Nix