Skip to content

Commit

Permalink
Merge pull request #256 from giffels/change-macos-deployment-test
Browse files Browse the repository at this point in the history
Change MacOS Version for deployment tests
  • Loading branch information
giffels authored Jul 27, 2022
2 parents 486fef9 + 2affe0d commit 53b99ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
deployment-macos:
strategy:
matrix:
platform: ['macos-10.15']
platform: ['macos-latest']
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. Created by changelog.py at 2022-07-15, command
.. Created by changelog.py at 2022-07-27, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-default/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2022-07-15
[Unreleased] - 2022-07-27
=========================

Added
Expand Down

0 comments on commit 53b99ad

Please sign in to comment.