From 4cd8b687e74caf76e8760cfa09c5dbad8e531c12 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Mon, 4 Mar 2024 21:27:36 +0000 Subject: [PATCH] ci: remove macos from actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0426a9a..d57a3de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] node-version: [16.x, 18.x, 20.x] runs-on: ${{ matrix.os }}