Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed May 19, 2024
1 parent d1f99f8 commit 47a8ef4
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 4,100 deletions.
4 changes: 2 additions & 2 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: [ubuntu-latest, windows-latest, macos-12, macOS-latest]
python-version: ['3.11']

steps:
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Upload WBT
uses: actions/upload-artifact@v4
with:
name: wbt-${{ matrix.os }}-${{ matrix.python-version }}
name: wbt-${{ matrix.os }}
path: zip_files/*.zip
Loading

0 comments on commit 47a8ef4

Please sign in to comment.