Skip to content

Commit

Permalink
CI: use arm runner
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <dev@der-flo.net>
  • Loading branch information
florianl committed Jan 18, 2025
1 parent af8137b commit b1dbd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go-version: [1.13.x, 1.21.x, 1.22.x, 1.23.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
exclude:
# There is no arm64 version of Go for darwin.
# This exclude can be removed if the minimal Go version
Expand Down

0 comments on commit b1dbd89

Please sign in to comment.