Skip to content

Commit

Permalink
Add osx to the matrix & hope it works out
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonStoykovQC committed Nov 21, 2023
1 parent 66ca3a4 commit 904225a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:

tests:
name: "Linux - unit tests - Python ${{ matrix.PYTHON_VERSION }}"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
CI: True
strategy:
fail-fast: true
matrix:
PYTHON_VERSION: ['3.8', '3.9', '3.10', '3.11']
OS: ["ubuntu-latest", "macos-latest"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand All @@ -50,13 +51,14 @@ jobs:
opset-generation:
name: "Linux - opset generation - Python ${{ matrix.PYTHON_VERSION }}"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
env:
CI: True
strategy:
fail-fast: true
matrix:
PYTHON_VERSION: ['3.8']
OS: ["ubuntu-latest", "macos-latest"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 904225a

Please sign in to comment.