Skip to content

Commit 1a37504

Browse files
committed
Actually enable macOS universal build.
1 parent 3bb0d0d commit 1a37504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,11 @@ jobs:
142142
matrix:
143143
#os: [macos-10.15, windows-latest]
144144
#os: [macos-10.15, macOS-M1]
145-
os: [macos-10.15]
145+
os: [macos-11.0]
146146
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
147147

148148
runs-on: ${{ matrix.os }}
149-
env: { MACOSX_DEPLOYMENT_TARGET: 10.15 }
149+
env: { MACOSX_DEPLOYMENT_TARGET: 11.0 }
150150

151151
steps:
152152
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)