From b018da9d02513ab13de50d63688c465798bd0e14 Mon Sep 17 00:00:00 2001 From: Martin HS Date: Fri, 20 Sep 2024 14:06:12 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 913fa54e96..b7ba456993 100644 --- a/.travis.yml +++ b/.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: