From ceefd3250568eb934abccc5d08fb44a860833a0b Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Wed, 1 Oct 2025 10:51:11 +0200 Subject: [PATCH] ci: Update gha macos 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 b998e5679..9c7b738f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: platform: - - os: "macos-13" + - os: "macos-14" target: "x86_64-apple-darwin" arch: "x86_64" - os: "ubuntu-22.04" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 086697982..7ece1fac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,11 +32,11 @@ jobs: target: "x86_64-pc-windows-msvc" arch: "x86_64" # macOs - - os: "macos-13" + - os: "macos-14" target: "aarch64-apple-darwin" # This is not true, but simplifies the logic of the action. arch: "x86_64" - - os: "macos-13" + - os: "macos-14" target: "x86_64-apple-darwin" arch: "x86_64" runs-on: ${{ matrix.platform.os }}