Skip to content

Commit 92cd8c4

Browse files
Pinning macos version for Darwin CI
1 parent a923e58 commit 92cd8c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ jobs:
6969
7070
darwin_smoke:
7171
name: Darwin Smoke
72-
runs-on: macos-latest
72+
# 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
7376
timeout-minutes: 10
7477
steps:
7578
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)