From 3f40d64202e046f4a4000997eabe3a8be7163ff4 Mon Sep 17 00:00:00 2001 From: Richard Si Date: Thu, 26 Dec 2024 15:10:48 -0500 Subject: [PATCH] ci: run zipapp tests on M1 macOS The macos-latest runner is significantly faster than even the linux-latest runners (11 minutes vs 17 minutes) --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a946a3d3e36..1189092c954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: tests-zipapp: name: tests / zipapp - runs-on: ubuntu-latest + runs-on: macos-latest needs: [packaging, determine-changes] if: >- @@ -232,10 +232,8 @@ jobs: with: python-version: "3.10" - - name: Install Ubuntu dependencies - run: | - sudo apt-get update - sudo apt-get install bzr + - name: Install MacOS dependencies + run: brew install breezy subversion - run: pip install nox