Skip to content

Commit

Permalink
build: fix macos builds by working around travis osx flaw (#30479)
Browse files Browse the repository at this point in the history
This should fix #30471.
See investigation in #30478
for more background.
  • Loading branch information
holiman authored Sep 20, 2024
1 parent deb5c08 commit b018da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: type = push
os: osx
osx_image: xcode14.2
go: 1.23.x
go: 1.23.1 # See https://github.com/ethereum/go-ethereum/pull/30478
env:
- azure-osx
git:
Expand Down

0 comments on commit b018da9

Please sign in to comment.