Skip to content

Commit 03bb2db

Browse files
committed
fix yaml
1 parent c28f990 commit 03bb2db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,11 @@ jobs:
245245
# python -m pytest --durations=20 -v test/ ot/ --color=yes --cov=./ --cov-report=xml
246246

247247
macos:
248-
runs-on: ${{ matrix.os }}
248+
runs-on: macos-latest
249249
if: "!contains(github.event.head_commit.message, 'no ci')"
250250
strategy:
251251
max-parallel: 4
252252
matrix:
253-
os: [macos-latest]
254253
python-version: [${{ env.PY_VERSION }},]
255254

256255
steps:

0 commit comments

Comments
 (0)