From 54e6f8bc0fbf2009345d42263e4a3b9cf9f37d41 Mon Sep 17 00:00:00 2001 From: Jamil Date: Tue, 28 Oct 2025 17:42:31 -0700 Subject: [PATCH] chore(ci): replace macos-13 runners with macos-26 (#10753) https://github.com/actions/runner-images/issues/13046 Co-authored-by: Thomas Eizinger --- .github/actionlint.yml | 2 +- .github/workflows/_rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actionlint.yml b/.github/actionlint.yml index 9c5ccddf4..3c733811c 100644 --- a/.github/actionlint.yml +++ b/.github/actionlint.yml @@ -1,8 +1,8 @@ self-hosted-runner: labels: - - macos-13-xlarge - macos-14-xlarge - macos-15-xlarge + - macos-26-xlarge - ubuntu-22.04-arm-xlarge - ubuntu-22.04-xlarge - ubuntu-24.04-xlarge diff --git a/.github/workflows/_rust.yml b/.github/workflows/_rust.yml index e8f87d9a8..33e059a3a 100644 --- a/.github/workflows/_rust.yml +++ b/.github/workflows/_rust.yml @@ -65,9 +65,9 @@ jobs: [ ubuntu-22.04, ubuntu-24.04, - macos-13, macos-14, macos-15, + macos-26, windows-2022, windows-2025, ]