Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 4, 2023
1 parent 08e6d45 commit 4e3c854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
arch: [x64]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: ["3.11"]
name: build - Python ${{ matrix.python-version }} (${{ matrix.arch }} ${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ jobs:
fail-fast: false
matrix:
arch: [x64]
os: [ubuntu-20.04, ubuntu-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11"]
defaults:
run:
Expand Down

0 comments on commit 4e3c854

Please sign in to comment.