Skip to content

Commit

Permalink
Add support for aarch64-darwin builds and include stylix module
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Feb 16, 2024
1 parent d406321 commit 2c14103
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 15 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ on:

jobs:
build:
name: build
runs-on: ubuntu-latest
name: test and build on ${{ matrix.os }}.
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
environment: cachix
steps:
- uses: actions/checkout@main
Expand Down
Loading

0 comments on commit 2c14103

Please sign in to comment.