Skip to content

Commit

Permalink
Build for intel-based macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
BLooperZ authored Jan 7, 2025
1 parent adeacc2 commit 4841c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- windows-latest
- ubuntu-latest
- macos-latest
- macos-13
defaults:
run:
shell: bash
Expand All @@ -44,5 +45,5 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: nutcracker-${{ runner.os }}
name: nutcracker-${{ runner.os }}_${{ runner.arch }}
path: dist/*

0 comments on commit 4841c15

Please sign in to comment.