From 8c2ec80fb8488da61f55fdad4460984f82d7dd8b Mon Sep 17 00:00:00 2001 From: Adubbz Date: Sun, 21 Jan 2024 09:40:18 +1100 Subject: [PATCH] Update workflows for Ghidra 11 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd565f6..982e681 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghidra: [ "10.4" ] + ghidra: [ "11.0" ] steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4