Skip to content

Commit 85b0486

Browse files
committed
Update Pipfile.lock
1 parent 849c27f commit 85b0486

File tree

2 files changed

+2
-95
lines changed

2 files changed

+2
-95
lines changed

.github/workflows/smoke_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, macos-latest, windows-latest]
25+
os: [ubuntu-latest, macos-13, windows-latest]
2626
python-version: [3.8, 3.9]
2727

2828
steps:
@@ -47,7 +47,7 @@ jobs:
4747
- run: sudo apt-get -y install graphviz
4848
if: matrix.os == 'ubuntu-latest'
4949
- run: brew install graphviz
50-
if: matrix.os == 'macOS-latest'
50+
if: matrix.os == 'macos-13'
5151
- run: choco install graphviz
5252
if: matrix.os == 'windows-latest'
5353

Pipfile.lock

Lines changed: 0 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)