This commit is contained in:
xushiwei
2024-07-26 13:47:22 +08:00
parent 1b06948fb0
commit d3e84cbc4c

View File

@@ -14,8 +14,8 @@ jobs:
test:
strategy:
matrix:
# os: [macos-latest, ubuntu-latest]
os: [macos-latest]
os: [macos-latest, ubuntu-latest]
# os: [macos-latest]
llvm: [18]
runs-on: ${{ matrix.os }}
steps: