From ef52293a663822b9d50219a25e857fc9be197717 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Mon, 8 Jul 2024 20:47:14 -0400 Subject: [PATCH] test against macOS intel chip --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 452640e..794e0b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,9 @@ jobs: - ci/311-DEV.yaml include: - environment-file: ci/311.yaml - os: macos-latest + os: macos-13 # Intel + - environment-file: ci/311.yaml + os: macos-14 # Apple Silicon - environment-file: ci/311.yaml os: windows-latest fail-fast: false