Skip to content

Commit 4da358b

Browse files
committed
infra: no cirrus also on android (?)
1 parent f25241f commit 4da358b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,8 @@ jobs:
402402
fail-fast: false
403403
matrix:
404404
include:
405-
# Use the same runs-on configuration as build-macos and build-ubuntu.
406405
- arch: aarch64
407-
runs-on: ${{ github.repository_owner == 'python' && 'ghcr.io/cirruslabs/macos-runner:sonoma' || 'macos-14' }}
406+
runs-on: macos-14
408407
- arch: x86_64
409408
runs-on: ubuntu-24.04
410409

0 commit comments

Comments
 (0)