Skip to content

Commit

Permalink
change macos CI latest -> 13 (x64).
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Apr 25, 2024
1 parent c58740a commit f3d751e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Create a registry for another python module.
]
.. |GHA tests| image:: https://github.com/BrianPugh/autoregistry/workflows/tests/badge.svg
.. |GHA tests| image:: https://github.com/BrianPugh/autoregistry/actions/workflows/tests.yaml/badge.svg?branch=main
:target: https://github.com/BrianPugh/autoregistry/actions?query=workflow%3Atests
:alt: GHA Status
.. |Codecov report| image:: https://codecov.io/github/BrianPugh/autoregistry/coverage.svg?branch=main
Expand Down

0 comments on commit f3d751e

Please sign in to comment.