Skip to content

Commit 4d68a8a

Browse files
committed
Only test on Ubuntu
1 parent a39d643 commit 4d68a8a

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
@@ -60,7 +60,7 @@ jobs:
6060
path: ${{ matrix.artifacts }}
6161

6262
- name: Test
63-
if: ${{ matrix.os != 'windows-2025' }}
63+
if: ${{ matrix.os == 'ubuntu-24.04' }}
6464
working-directory: ./build
6565
run: ./afstest
6666

0 commit comments

Comments
 (0)