Skip to content

Commit

Permalink
chore(ci): build the app for aarch64-macos darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 14, 2024
1 parent 02c9929 commit 7ca3f98
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build the app
name: Nix Build

on:
push:
Expand All @@ -11,7 +11,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -24,6 +24,3 @@ jobs:

- name: Build
run: nix build

- name: Run
run: nix run

0 comments on commit 7ca3f98

Please sign in to comment.