Skip to content

Commit b05fdb2

Browse files
committed
Remove mac from integration tests (takes too long to acquire a runner)
1 parent 47d4e99 commit b05fdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
integration-test:
2929
strategy:
3030
matrix:
31-
runner: ["ubuntu-latest", "windows-latest", "mac-latest"]
31+
runner: ["ubuntu-latest", "windows-latest"]
3232
max-parallel: 1
3333
runs-on: ${{ matrix.runner }}
3434

0 commit comments

Comments
 (0)