Skip to content

Commit

Permalink
#2912 nix: try building on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 9, 2024
1 parent 9fb1cd8 commit 622758d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ on:
jobs:
build:
name: 🏗️ Build ${{ matrix.just-recipe }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
just-recipe: ['nix-build', 'nix-build-cmake-qt5']
os: ['ubuntu-latest', 'macos-latest', 'macos-14']
steps:
- name: ⚙️ Install Nix
uses: cachix/install-nix-action@v30
Expand Down

0 comments on commit 622758d

Please sign in to comment.