From 243dacfae413c6e128471dece5553b56a601a39b Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Tue, 16 Jul 2024 12:35:32 +0100 Subject: [PATCH] Update changelog, remaining github workflows to mac-latest --- .github/workflows/build_upload_pypi_wheels.yml | 2 +- .github/workflows/test_release.yml | 2 +- CHANGELOG.rst | 6 ------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_upload_pypi_wheels.yml b/.github/workflows/build_upload_pypi_wheels.yml index 9e25b1de3..c981b6ff7 100644 --- a/.github/workflows/build_upload_pypi_wheels.yml +++ b/.github/workflows/build_upload_pypi_wheels.yml @@ -14,7 +14,7 @@ jobs: include: - os: windows-latest wheelname: win - - os: macos-12 + - os: macos-latest wheelname: macos - os: ubuntu-latest wheelname: manylinux diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 887e7837e..8022a728f 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-12] + os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3501bbae4..1c0926419 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -28,12 +28,6 @@ - Update reference to scipy.integrate.simpson (scipy.integrate.simps is deprecated) - - Mac tests and builds are running against "macos-12" github runner - instead of "macos-latest", in order to test properly against - Brille. This should be restored to "macos-latest" when Brille - build system is updated and gives consistent results with - win/linux. - ------------------------------------------------------------------------------- `v1.3.1 `_