Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Jan 17, 2025
1 parent 73756e3 commit 7c36ccf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/native-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
exclude:
- os: windows-latest
bin: peergos
- os: [ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm]
- os: ubuntu-latest
bin: peergos.exe
- os: ubuntu-24.04-arm
bin: peergos.exe
- os: macos-latest
bin: peergos.exe
- os: macos-13
bin: peergos.exe
fail-fast: false
steps:
Expand Down

0 comments on commit 7c36ccf

Please sign in to comment.