Skip to content

Commit

Permalink
Add testing on MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jan 24, 2024
1 parent 44c6162 commit 108fda0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push, pull_request]

jobs:
test-linux:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: "Ubuntu Latest ${{ matrix.python-version }}"

strategy:
matrix:
python-version: ["3.7", "3.11"]
os: [ubuntu-latest, macos-latest]

steps:
- name: Checkout ReBench
Expand Down

0 comments on commit 108fda0

Please sign in to comment.