From 2cc0a6a93ede7545de60bf6250e4e61ec5a8c557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:45:48 +0000 Subject: [PATCH] Update dependency macos to v26 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 355164ffa1..0f3ea5f611 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: path: '**/build/reports' publish: - runs-on: macos-15 + runs-on: macos-26 if: github.repository == 'square/okio' && github.ref == 'refs/heads/master' needs: [jvm, all-platforms, emulator] diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b474b13acb..b3484a99a9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ env: jobs: publish: - runs-on: macos-15 + runs-on: macos-26 steps: - uses: actions/checkout@v7