From 99a275b3856271fd751d5fa604cd116b601e0283 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 18 Apr 2023 10:46:17 +1000 Subject: [PATCH 1/3] feat: run CI on the 3 major OS platforms --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9abc12911..8018d263b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,13 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: + - ubuntu-22.04 + - windows-2022 + - macOS-12 steps: - name: Setup repo From c50ad44b2c6edc65694fd2aa94bca72ab89571c4 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 18 Apr 2023 11:01:17 +1000 Subject: [PATCH 2/3] fix? --- .gitattributes | 2 ++ .github/workflows/ci.yml | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..a34b868bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Use Unix line endings in all text files. +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8018d263b..7816ca7cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: ci: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - ubuntu-22.04 From b778daa98792750f824ebb0abd98d52c25999404 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 18 Apr 2023 11:03:46 +1000 Subject: [PATCH 3/3] fix lol --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index a34b868bd..3c53eb39d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Use Unix line endings in all text files. -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf