From 3bac9c49cd7fbed34dd7690ff75621803c708211 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 28 May 2024 18:39:39 +0200 Subject: [PATCH] - last try avoiding universal2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2ec2e68da..8316fe5762 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.config[0] }} - architecture: x86_64 + architecture: arm64 - name: Pip cache uses: actions/cache@v4 with: