From 80142c741938fa8fd661f0dc78ea046d2aa0fe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Tue, 1 Oct 2024 09:37:34 +0200 Subject: [PATCH] update test workflow to also run on arm based macos --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53771c65..ef6eb5d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: node-version: [18.x, 20.x] - os: [ubuntu-latest] + os: [ubuntu-latest, macos-15] steps: - uses: actions/checkout@v2