From 27ddfae9a4c15df974e8fef92b8a4b5f8c5505e0 Mon Sep 17 00:00:00 2001 From: qedk <1994constant@gmail.com> Date: Thu, 18 Apr 2024 12:44:07 +0400 Subject: [PATCH] ci: update runners for apple builds (#7408) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e16e2c1c3..55ce0843f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,10 +38,10 @@ jobs: os: ubuntu-20.04 profile: maxperf - target: x86_64-apple-darwin - os: macos-latest + os: macos-13 profile: maxperf - target: aarch64-apple-darwin - os: macos-latest + os: macos-14 profile: maxperf - target: x86_64-pc-windows-gnu os: ubuntu-20.04