Skip to content

Commit

Permalink
Add CI for Windows and macOS
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
cyberkaida committed Aug 11, 2024
1 parent 82f597a commit a25bce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-ghidra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
# The extension is Java only, so it should work on all platforms
# but there have been issues with building on Windows (#73, #72)
# that are related to protobufs, so we will build on all platforms
os: [ubuntu-latest, windows-latest, macos-latest]
ghidra-version: [
"11.1.2",
"11.1.1",
Expand Down

0 comments on commit a25bce2

Please sign in to comment.