Skip to content

Commit

Permalink
Testing macos and windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandine Team committed Mar 23, 2024
1 parent 462dada commit 1da75d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

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

0 comments on commit 1da75d9

Please sign in to comment.