Skip to content

Commit 05320ef

Browse files
holimanqianhh
authored andcommitted
build: fix macos builds by working around travis osx flaw (#30479)
This should fix ethereum/go-ethereum#30471. See investigation in ethereum/go-ethereum#30478 for more background.
1 parent 70b136a commit 05320ef

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)