From a25bce2995273e68ef0b3b2b97f508adac6a0a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=AB=E3=82=A4=E3=83=80?= Date: Sun, 11 Aug 2024 11:33:15 +0900 Subject: [PATCH] Add CI for Windows and macOS Fixes #80 --- .github/workflows/publish-ghidra.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-ghidra.yml b/.github/workflows/publish-ghidra.yml index 411f6de..1137f9d 100644 --- a/.github/workflows/publish-ghidra.yml +++ b/.github/workflows/publish-ghidra.yml @@ -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",