Skip to content

Commit ec90349

Browse files
committed
Workflow update
1 parent 2871e59 commit ec90349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
matrix:
9292
python: ['3.11']
9393
include:
94-
- os: [ubuntu-13]
94+
- os: [ubuntu-latest]
9595
arch: ["x86_64"]
9696

9797
steps:
@@ -192,7 +192,7 @@ jobs:
192192
architecture: "x86"
193193

194194
- name: Build bdist wheel
195-
run: |
195+
run: |
196196
python -m pip install setuptools --upgrade
197197
python -m pip install wheel --upgrade
198198
python setup.py bdist_wheel --plat-name=win32
@@ -299,7 +299,7 @@ jobs:
299299
matrix:
300300
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
301301
include:
302-
- os: [macos-13]
302+
- os: [macos-13] #macos-latest is arm only
303303
arch: ["x86_64"]
304304
steps:
305305
- name: Check out repository

0 commit comments

Comments
 (0)