summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tester.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tester.yml')
-rw-r--r--.github/workflows/tester.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml
index 7f43f62..4964f03 100644
--- a/.github/workflows/tester.yml
+++ b/.github/workflows/tester.yml
@@ -4,8 +4,9 @@ on: push
jobs:
test:
name: test fern
- matrix:
- os: [ubuntu-latest, macos-latest]
+ strategy:
+ matrix:
+ os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4