From 6a832cacbbff333127d9dc92a1c05259cfd8c247 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Fri, 17 Apr 2026 22:54:31 +0300 Subject: [PATCH] CI: use macos-26 the Github runner is out of beta --- .github/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca8ba1c..aea5b3b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,11 +6,12 @@ jobs: fail-fast: false matrix: os: - - ubuntu-24.04 - ubuntu-22.04 - - macos-15-intel - - macos-15 + - ubuntu-24.04 - macos-14 + - macos-15 + - macos-15-intel + - macos-26 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2