We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:
true
while
1 parent 7fbfc76 commit 1f48ae9Copy full SHA for 1f48ae9
2 files changed
.github/workflows/ci.yml
@@ -263,7 +263,7 @@ jobs:
263
strategy:
264
matrix:
265
# os: [macos-13, macos-14]
266
- os: [macos-13]
+ os: [macos-14]
267
268
runs-on: ${{ matrix.os }}
269
timeout-minutes: 30
scripts/test-retry-capture-cmp.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -eux
2
3
-while true; do
+while :; do
4
tmux capture-pane -t "$TARGET" -p >"$CAPTURED_OUTPUT"
5
6
if ${CMP} -s "$CAPTURED_OUTPUT" "$EXPECTED_OUTPUT"; then
0 commit comments