Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo committed Nov 11, 2024
1 parent 2871e59 commit ec90349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
python: ['3.11']
include:
- os: [ubuntu-13]
- os: [ubuntu-latest]
arch: ["x86_64"]

steps:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
architecture: "x86"

- name: Build bdist wheel
run: |
run: |
python -m pip install setuptools --upgrade
python -m pip install wheel --upgrade
python setup.py bdist_wheel --plat-name=win32
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
matrix:
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
include:
- os: [macos-13]
- os: [macos-13] #macos-latest is arm only
arch: ["x86_64"]
steps:
- name: Check out repository
Expand Down

0 comments on commit ec90349

Please sign in to comment.