From f3d751e783969420c769ae068653dbe76bb95784 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Thu, 25 Apr 2024 12:56:20 -0700 Subject: [PATCH] change macos CI latest -> 13 (x64). --- .github/workflows/tests.yaml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index dce905a..06dd03e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 }} diff --git a/README.rst b/README.rst index 870a183..e8b978e 100644 --- a/README.rst +++ b/README.rst @@ -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