update: ci and readme

This commit is contained in:
not-elm
2025-08-11 01:45:29 +09:00
parent 6fa6f510eb
commit 6509d804b5
2 changed files with 1 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4