From a05d32a363fba2afacf840a0a35be731aedb9060 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 7 Dec 2025 14:31:02 -0500 Subject: [PATCH] ci: Switch the x86 Apple job to the `macos-15-intel` runner `macos-13` is being phased out. Now that GitHub has x86 runners with MacOS 15, switch those. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0ab32d69..38995cf0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -89,7 +89,7 @@ jobs: - target: x86_64-unknown-linux-gnu os: ubuntu-24.04 - target: x86_64-apple-darwin - os: macos-13 + os: macos-15-intel - target: i686-pc-windows-msvc os: windows-2025 - target: x86_64-pc-windows-msvc