From 9c8850a7e77daea50505bb49d3697c5ac37cdfaf Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Mon, 15 Dec 2025 14:12:08 -0500 Subject: [PATCH] Use macos-15-intel runner --- .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 514cb4b4..5abc572d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: node: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x] - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-15-intel, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3