From 4c7bc2ba58080ebb7683c733805d83f4593504ae Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Tue, 12 Mar 2024 12:44:39 -0400 Subject: [PATCH] Switch GitHub runner from macOS-latest to macOS-14 macOS-14 uses Apple Silicon (M1) instead of Intel x86. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be2ddadf1b..77b0c7f909 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: python-version: [3.8, "3.12"] - os: ["ubuntu-latest", "macOS-latest", "windows-latest"] + os: ["ubuntu-latest", "macOS-14", "windows-latest"] steps: - name: Print Concurrency Group env: