Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
python-version: [3.8, 3.9]

steps:
Expand All @@ -47,7 +47,7 @@ jobs:
- run: sudo apt-get -y install graphviz
if: matrix.os == 'ubuntu-latest'
- run: brew install graphviz
if: matrix.os == 'macOS-latest'
if: matrix.os == 'macos-13'
- run: choco install graphviz
if: matrix.os == 'windows-latest'

Expand Down
93 changes: 0 additions & 93 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.