Skip to content

Commit d53d363

Browse files
authored
Merge pull request #11 from PostHog/fix/native-arm-runners
Use native ARM runner for arm64 builds
2 parents 64eb49e + 1e0d890 commit d53d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- os: ubuntu-latest
1717
goos: linux
1818
goarch: amd64
19-
- os: ubuntu-latest
19+
- os: ubuntu-24.04-arm
2020
goos: linux
2121
goarch: arm64
2222

0 commit comments

Comments
 (0)