Skip to content

Commit

Permalink
ensure empty dict in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Aug 23, 2024
1 parent 7e769ec commit 2e31167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ jobs:
CIBW_BUILD: "cp*-win*"
- os: macos-13
name: "*-macos-13"
env: {}
- os: macos-14
name: "*-macos-14"
env: {}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2e31167

Please sign in to comment.