Skip to content

Commit

Permalink
Update changelog, remaining github workflows to mac-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jul 16, 2024
1 parent 97fdf04 commit 243dacf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- os: windows-latest
wheelname: win
- os: macos-12
- os: macos-latest
wheelname: macos
- os: ubuntu-latest
wheelname: manylinux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/pace-neutrons/Euphonic/compare/v1.3.0...v1.3.1>`_
Expand Down

0 comments on commit 243dacf

Please sign in to comment.