From 109c6dd27c8cfa91d9d5739421372bcd36c59dd0 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Wed, 25 Feb 2026 20:08:10 +0100 Subject: [PATCH] Fix CI for x86 macOS --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8448c8ce..21dd5a82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,8 @@ jobs: strategy: matrix: - # macOS-13 is the latest macOS version that is x86. - # Node.js 12, 14 and 16 aren’t support on the arm64 runners. - os: [ubuntu-latest, macOS-13, windows-latest] + # Node.js 12, 14 and 16 aren’t supported on the macOS arm64 runners. + os: [ubuntu-latest, macOS-15-intel, windows-latest] node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x] # Also have a test on macOS arm64. include: