Skip to content

Commit

Permalink
Merge pull request #101 from denoland/ci-platform-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Apr 18, 2023
2 parents 92ec15a + b778daa commit 2c53b9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use Unix line endings in all text files.
* text=auto eol=lf
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ on:

jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- windows-2022
- macOS-12

steps:
- name: Setup repo
Expand Down

0 comments on commit 2c53b9c

Please sign in to comment.