Skip to content

Commit cbde50f

Browse files
committed
fixup
1 parent ad31f3c commit cbde50f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ jobs:
170170
run: nox -s test-examples
171171

172172
- name: Test macOS universal2
173-
if: ${{ startsWith(matrix.platform.os, 'macos') && !startsWith(matrix.python-version, 'pypy') }} && !{ startsWith(matrix.python-version, 'graalpy') }
173+
if: ${{ startsWith(matrix.platform.os, 'macos') && !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.python-version, 'graalpy') }}
174174
shell: bash
175175
env:
176-
MACOSX_DEPLOYMENT_TARGET: "10.9"
177176
ARCHFLAGS: -arch x86_64 -arch arm64
178177
run: |
179178
rustup target add aarch64-apple-darwin
@@ -223,8 +222,6 @@ jobs:
223222
- name: Build an abi3 wheel
224223
shell: bash
225224
env:
226-
# https://github.com/actions/setup-python/issues/26
227-
MACOSX_DEPLOYMENT_TARGET: 10.9
228225
DIST_EXTRA_CONFIG: /tmp/build-opts.cfg
229226
run: |
230227
set -e
@@ -240,7 +237,7 @@ jobs:
240237
- name: Setup python
241238
uses: actions/setup-python@v6
242239
with:
243-
python-version: "3.9"
240+
python-version: "3.11"
244241

245242
- name: Install abi3 wheel and run tests
246243
shell: bash

0 commit comments

Comments
 (0)