From 4a64b103845d08a75d7f8c7a3c2915de4743e486 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Mon, 17 Jul 2023 13:46:11 -0500 Subject: [PATCH] github: bump CI runner to macos-13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Here's a fun fact — macos-latest doesn't actually refer to the latest macOS version used in your GHA runner! It apparently means, tautologically, "latest macos version that we have chosen as the default." OK? But why bother? Because word on the street is that the new macos-13 builders from GitHub are on new hardware, and much faster than previous ones. Let's test that rumor. Signed-off-by: Austin Seipp Change-Id: Ifdbab62e085adbda41a7edb9fc7038f0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d61ec3d47..929173cc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] rust_version: [stable] cargo_flags: [""] include: