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