From aee4f50b31e480420fc64f075c32c32ef01456a1 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Wed, 24 Apr 2024 15:58:02 -0500 Subject: [PATCH 1/2] try macos 12 to see if it is still intel --- .github/workflows/ci_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index f43615c9c..65f603dba 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -41,7 +41,7 @@ jobs: # - os: ubuntu-latest # python: '3.10' # tox_env: 'py310-test-alldeps-cov' - - os: macos-latest + - os: macos-12 python: '3.12' tox_env: 'py312-test' # - os: windows-latest From 659de94e06638efdcd96b3eb779aa9726502efb4 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Thu, 25 Apr 2024 08:37:28 -0500 Subject: [PATCH 2/2] CHANGELOG-unreleased.md --- CHANGELOG-unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index 63092d948..d68f68b91 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -15,6 +15,7 @@ the released changes. - When clock files contain out-of-order entries, the exception now records the first MJDs that are out of order - `np.compat.long` -> `int` (former is deprecated) - Turned ErfaWarning into an exception during testing; cleaned up test suite. +- macos-latest runner changed to macos-12 runner for CI tests to avoid M1 architecture issues ### Added - Added numdifftools to setup.cfg to match requirements.txt - Documentation: Added `convert_parfile` to list of command-line tools in RTD