ci: Fix another error introduced by the split

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-13 22:30:40 +02:00 committed by Xaymar
parent b662f32166
commit d0b7d80b81
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: "macos-12"
runner: [ "macos-12" ]
compiler: [ "Clang" ]
include:
- compiler: "Clang"