From 1387f4a194aad66ba0d594a33702806b7cc5198d Mon Sep 17 00:00:00 2001 From: David Crespo Date: Wed, 7 Feb 2024 15:56:59 -0600 Subject: [PATCH] let's try the new M1 runner for fun --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6ec296c3a9..724f88e7a3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-22.04, macos-12 ] + os: [ ubuntu-22.04, macos-14 ] steps: # This repo is unstable and unnecessary: https://github.com/microsoft/linux-package-repositories/issues/34 - name: Disable packages.microsoft.com repo