Skip to content

Commit

Permalink
Update ci.yml to run macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredthomas68 authored Feb 6, 2024
1 parent d1eab65 commit 82cfa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
build:

runs-on: ubuntu-latest
runs-on: [macos-latest, ubuntu-latest]
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10" ]
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
pip install flake8
flake8 . --count --exit-zero --statistics --ignore=E501
flake8 . --count --exit-zero --statistics --ignore=E501

0 comments on commit 82cfa35

Please sign in to comment.