update: temporary remove macos runner

This commit is contained in:
not-elm
2025-08-11 01:58:30 +09:00
parent 6509d804b5
commit de2fb61d17

View File

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