Skip to content

Commit

Permalink
Test multiple os on ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Mar 2, 2024
1 parent 0ded603 commit 67b5487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:

jobs:
build-test-fmt:
runs-on: macos-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 67b5487

Please sign in to comment.