From e7161f0d0c7b49ec1f3bcc6a665cfefb09802321 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Fri, 12 Jul 2024 08:42:48 -0400 Subject: [PATCH] Apple silicon CI -- update `testing.yml` (#774) * Update testing.yml * Update testing.yml * Update testing.yml --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 5de4ea19..748ea519 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,7 +32,9 @@ - ci/312-dev.yaml include: - environment-file: ci/312-latest.yaml - os: macos-latest + os: macos-13 # Intel + - environment-file: ci/312-latest.yaml + os: macos-14 # Apple Silicon - environment-file: ci/312-latest.yaml os: windows-latest fail-fast: false