Skip to content

Commit

Permalink
ci: run zipapp tests on M1 macOS
Browse files Browse the repository at this point in the history
The macos-latest runner is significantly faster than even the
linux-latest runners (11 minutes vs 17 minutes)
  • Loading branch information
ichard26 committed Dec 26, 2024
1 parent c10dda5 commit 3f40d64
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

tests-zipapp:
name: tests / zipapp
runs-on: ubuntu-latest
runs-on: macos-latest

needs: [packaging, determine-changes]
if: >-
Expand All @@ -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

Expand Down

0 comments on commit 3f40d64

Please sign in to comment.