From 22dc3e84126dce9ba4efcc7f32c2eb2712dbc856 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 7 Jul 2026 12:50:53 -0400 Subject: [PATCH] Use GitHub-hosted macOS 26 runners --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bf6e52..bbe2e87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: test-macos: name: Test (macOS) - runs-on: ghcr.io/cirruslabs/macos-runner:sequoia + runs-on: macos-26 timeout-minutes: 30 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b18e2a..c75e2f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: release: name: Release if: github.ref_type == 'tag' - runs-on: ghcr.io/cirruslabs/macos-runner:sequoia + runs-on: macos-26 timeout-minutes: 60 environment: publish steps: @@ -56,7 +56,7 @@ jobs: dry-run: name: Release (Dry Run) if: github.ref_type != 'tag' - runs-on: ghcr.io/cirruslabs/macos-runner:sequoia + runs-on: macos-26 timeout-minutes: 60 steps: - uses: actions/checkout@v6