Change Go arch from amd64 to arm64 on macos-latest (#2683)

Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
Diógenes Fernandes
2025-04-18 09:20:17 -03:00
committed by GitHub
parent f0e3ad83c8
commit 56ac5b2fa5

View File

@@ -46,7 +46,7 @@ jobs:
- { runson: ubuntu-latest, goos: linux, goarch: "amd64" }
- { runson: ubuntu-latest, goos: linux, goarch: "386" }
- { runson: ubuntu-latest, goos: linux, goarch: "arm" }
- { runson: macos-latest, goos: darwin, goarch: "amd64" }
- { 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