From da7d47c9cbc6a3c79ae5774e367305b5260de1bc Mon Sep 17 00:00:00 2001 From: Andy Pixley <3723676+pixman20@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:15:25 -0400 Subject: [PATCH] BRE-393 - Bumping macOS runner version from 12 to 14 --- .github/workflows/rust-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-test.yml b/.github/workflows/rust-test.yml index a313970b0..e1506c988 100644 --- a/.github/workflows/rust-test.yml +++ b/.github/workflows/rust-test.yml @@ -29,7 +29,7 @@ jobs: matrix: os: - ubuntu-22.04 - - macOS-12 + - macOS-14 - windows-2022 steps: