We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a923e58 commit 92cd8c4Copy full SHA for 92cd8c4
1 file changed
.github/workflows/ci.yaml
@@ -69,7 +69,10 @@ jobs:
69
70
darwin_smoke:
71
name: Darwin Smoke
72
- runs-on: macos-latest
+ # Switch to macos-latest when we reach go1.24 support. macos-26+ has a
73
+ # LC_UUID update that causes Go builds older than go1.24 to fail to link.
74
+ # See https://tip.golang.org/doc/go1.24#linker
75
+ runs-on: macos-25
76
timeout-minutes: 10
77
steps:
78
- uses: actions/checkout@v4
0 commit comments