Skip to content

Commit b018da9

Browse files
authored
build: fix macos builds by working around travis osx flaw (ethereum#30479)
This should fix ethereum#30471. See investigation in ethereum#30478 for more background.
1 parent deb5c08 commit b018da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: type = push
8686
os: osx
8787
osx_image: xcode14.2
88-
go: 1.23.x
88+
go: 1.23.1 # See https://github.com/ethereum/go-ethereum/pull/30478
8989
env:
9090
- azure-osx
9191
git:

0 commit comments

Comments
 (0)