From c02999f66cbaea507ec5f125d2ca8fa29ddebe04 Mon Sep 17 00:00:00 2001 From: patryk4815 Date: Wed, 26 Nov 2025 05:21:34 +0100 Subject: [PATCH] fix macos-15-intel https://github.com/actions/runner-images/issues/13046 (#3436) --- .github/workflows/lock.yml | 4 ++-- .github/workflows/releases.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 0662e264d..283196b7b 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -24,7 +24,7 @@ jobs: os: [ ubuntu-latest, # x86_64-linux ubuntu-24.04-arm, # aarch64-linux - macos-13, # x86_64-darwin + macos-15-intel, # x86_64-darwin macos-15, # aarch64-darwin ] runs-on: ${{ matrix.os }} @@ -59,7 +59,7 @@ jobs: os: [ ubuntu-latest, # x86_64-linux ubuntu-24.04-arm, # aarch64-linux - macos-13, # x86_64-darwin + macos-15-intel, # x86_64-darwin macos-15, # aarch64-darwin ] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 4540388fd..7570d8243 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -99,7 +99,7 @@ jobs: fail-fast: false matrix: os: [ - macos-13, # x86_64-darwin + macos-15-intel, # x86_64-darwin macos-15, # aarch64-darwin ] attribute: [