Skip to content

Commit

Permalink
switch to mac
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Dec 4, 2024
1 parent 6ae93f7 commit d52f3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
run: pipx install poetry
- name: Install dependencies
run: |
sudo apt-get install -y libcairo2-dev pkg-config python3-dev
brew install cairo
poetry env use python${{ matrix.python-version }}
poetry install
- name: Lint with flake8
Expand Down

0 comments on commit d52f3aa

Please sign in to comment.