Skip to content

Commit

Permalink
Use "macos-13" runner in "pytest" workflow (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 authored Apr 23, 2024
1 parent ee15eeb commit 38aa6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
warm-lfs-cache:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-13, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: nschloe/action-cached-lfs-checkout@v1
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- macos-13
- ubuntu-latest
- windows-latest
upstream:
Expand Down

0 comments on commit 38aa6e9

Please sign in to comment.