From 7194421ecd0631061ce661cf6fdd3bfe43eec2c2 Mon Sep 17 00:00:00 2001 From: 343dev <343dev@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:38:14 +0700 Subject: [PATCH] Update macOS CI runners --- .github/workflows/ci-nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-nodejs.yml b/.github/workflows/ci-nodejs.yml index 131b483..ea4d494 100644 --- a/.github/workflows/ci-nodejs.yml +++ b/.github/workflows/ci-nodejs.yml @@ -15,8 +15,8 @@ jobs: os: [ ubuntu-latest, # x64 ubuntu-24.04-arm, # arm64 - macos-13, # x64 - macos-latest, # arm64 + macos-15-intel, # x64 + macos-15, # arm64 ] steps: - name: Checkout repository