build: fix macos builds by working around travis osx flaw (#30479)

This should fix https://github.com/ethereum/go-ethereum/issues/30471.
See investigation in https://github.com/ethereum/go-ethereum/pull/30478
for more background.
pull/30480/head
Martin HS 2 months ago committed by GitHub
parent deb5c087c4
commit b018da9d02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .travis.yml

@ -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:

Loading…
Cancel
Save