.github/workflows: Add windows_amd64 to unit test matrix (#3055)

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
Martin Atkins
2025-09-30 12:00:40 -07:00
committed by GitHub
parent e5e9bcd163
commit b8e67c0362

View File

@@ -62,9 +62,7 @@ jobs:
- { runson: ubuntu-latest, goos: linux, goarch: "386" }
- { runson: ubuntu-latest, goos: linux, goarch: "arm" }
- { runson: macos-latest, goos: darwin, goarch: "arm64" }
# - { runson: windows-latest, goos: windows, goarch: "amd64" }
# https://github.com/opentofu/opentofu/issues/1201 if fixed
# ^ un-comment the windows-latest line
- { runson: windows-latest, goos: windows, goarch: "amd64" }
fail-fast: false
steps:
# 👇🏾 GH actions supports only "AMD64 arch", so we are using this action