Skip to content

Commit

Permalink
don't attempt exe package on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 16, 2025
1 parent 109717b commit 3e5a339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
bin: peergos
- os: macos-latest
bin: peergos.exe
- os: macos-13
bin: peergos.exe
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3e5a339

Please sign in to comment.