Skip to content

Commit 94de612

Browse files
- fixing build workflow after GitHub moved on from MacOS 13;
1 parent a34a64d commit 94de612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python_version: ['3.8', '3.9', '3.10', '3.11']
34-
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
34+
os: ['ubuntu-latest', 'macos-13', 'windows-latest']
3535
include:
3636
- os: ubuntu-latest
3737
container: quay.io/pypa/manylinux2014_x86_64 # https://github.com/pypa/manylinux

0 commit comments

Comments
 (0)