Skip to content

Commit e49de5b

Browse files
committed
ci: disable linux test runner
1 parent 28c40e7 commit e49de5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: make CC=clang-16 CI=1
101101

102102
- name: Test StudioLink
103-
if: ${{ runner.os == 'Linux' }}
103+
if: ${{ runner.os == 'LinuxDisabled' }}
104104
run: make test && test/integration.sh
105105

106106
- name: clang-tidy

0 commit comments

Comments
 (0)