Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed May 17, 2024
1 parent 7bf9ee5 commit d1f99f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 1 addition & 6 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest, ubuntu-20.04, ]
os: [windows-latest] #, macos-12] #, macOS-latest]
os: [windows-latest, macos-12, macOS-latest]
python-version: ['3.11']

steps:
Expand All @@ -35,8 +35,3 @@ jobs:
with:
name: wbt-${{ matrix.os }}-${{ matrix.python-version }}
path: zip_files/*.zip

# - name: Download WBT
# uses: actions/download-artifact@v4
# with:
# path: WBT

0 comments on commit d1f99f8

Please sign in to comment.