We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39d643 commit 4d68a8aCopy full SHA for 4d68a8a
1 file changed
.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
60
path: ${{ matrix.artifacts }}
61
62
- name: Test
63
- if: ${{ matrix.os != 'windows-2025' }}
+ if: ${{ matrix.os == 'ubuntu-24.04' }}
64
working-directory: ./build
65
run: ./afstest
66
0 commit comments