From ea23ab221bdd849fba0beb49a62e85b3ac5762e4 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Sat, 23 Mar 2024 20:42:13 +1100 Subject: [PATCH] chore(ci): run on windows and macos --- .gitattributes | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6313b56c5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1e0e6da..5713f98e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-latest, ubuntu-latest, windows-latest] node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4