From 1b363364c927437f939bfa0856b3d0c3efe8c833 Mon Sep 17 00:00:00 2001 From: Aman Verma Date: Wed, 28 Jan 2026 00:00:41 -0500 Subject: [PATCH] ci: update runner images --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a37bff7..ab8a208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,11 @@ jobs: strategy: matrix: os: + - macos-15-intel + - macos-latest + - ubuntu-24.04-arm - ubuntu-latest - windows-latest - - ubuntu-24.04-arm - - macos-13 - - macos-latest runs-on: ${{ matrix.os }}