From f1164bdf2a04a3807e4cb56df3c81de7ad0c3f5e Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sat, 13 Jul 2024 15:04:44 -0400 Subject: [PATCH] proper 312 name in tests --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6931329..027a72b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,11 +35,11 @@ jobs: - ci/312-latest.yaml - ci/312-dev.yaml include: - - environment-file: ci/312.yaml + - environment-file: ci/312-latest.yaml os: macos-13 # Intel - - environment-file: ci/312.yaml + - environment-file: ci/312-latest.yaml os: macos-14 # Apple Silicon - - environment-file: ci/312.yaml + - environment-file: ci/312-latest.yaml os: windows-latest fail-fast: false