Use windows-latest runner

This commit is contained in:
Jerry Jacobs 2024-07-26 14:48:51 +02:00
parent c16c73ca10
commit 77e402ef32
2 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,7 @@ jobs:
build-release-dll-obfuscated: build-release-dll-obfuscated:
name: Build release DLL obfuscated name: Build release DLL obfuscated
runs-on: windows runs-on: windows-latest
steps: steps:
- name: Check out Alcatraz - name: Check out Alcatraz
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@ -59,7 +59,8 @@ Following detections have been tested:
## macOS ## macOS
* go * go
* go-releaser * upx
* goreleaser
* mingw-w64 (for building the windows dll) * mingw-w64 (for building the windows dll)
## Related information ## Related information