Skip to content

Commit 2c53b9c

Browse files
authored
Merge pull request #101 from denoland/ci-platform-matrix
2 parents 92ec15a + b778daa commit 2c53b9c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Use Unix line endings in all text files.
2+
* text=auto eol=lf

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88

99
jobs:
1010
ci:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
os:
16+
- ubuntu-22.04
17+
- windows-2022
18+
- macOS-12
1219

1320
steps:
1421
- name: Setup repo

0 commit comments

Comments
 (0)