From 77e402ef32a0096f46ad144b4e27d7fc9fafb830 Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Fri, 26 Jul 2024 14:48:51 +0200 Subject: [PATCH] Use windows-latest runner --- .github/workflows/build.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b7ee53..e7b3ffb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: build-release-dll-obfuscated: name: Build release DLL obfuscated - runs-on: windows + runs-on: windows-latest steps: - name: Check out Alcatraz uses: actions/checkout@v4 diff --git a/README.md b/README.md index a73c022..04b2ef8 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ Following detections have been tested: ## macOS * go -* go-releaser +* upx +* goreleaser * mingw-w64 (for building the windows dll) ## Related information