Skip to content

Commit 1da75d9

Browse files
author
Grandine Team
committed
Testing macos and windows runners
1 parent 462dada commit 1da75d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
9+
10+
strategy:
11+
matrix:
12+
os: [ubuntu-latest, macos-latest, windows-latest]
913

1014
steps:
1115
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)