Skip to content

Commit 6657189

Browse files
Switch to using macOS for checkgenerate
`sed` differences :( Signed-off-by: Stefan VanBuren <[email protected]>
1 parent aab6b1f commit 6657189

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
working-directory: protoc-gen-connect-python
8989

9090
- name: check running `just generate` does not create a diff
91-
if: startsWith(matrix.os, 'ubuntu-')
91+
# NOTE: running on macOS as our sed command only works there
92+
if: startsWith(matrix.os, 'macos-')
9293
run: uv run just checkgenerate
9394

9495
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)