From 4316afdd71e3fcf22cf8d86db54dc522c89515bc Mon Sep 17 00:00:00 2001 From: Grzegorz Bokota Date: Mon, 12 Jan 2026 12:13:49 +0100 Subject: [PATCH] Update runners in make-release workflow --- .github/workflows/make_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 50578094e..3236b49c8 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "windows-2022", "macos-13", "macos-14"] + os: ["ubuntu-22.04", "windows-2022", "macos-15-intel", "macos-15"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6