Skip to content

Commit

Permalink
maybe update ci also
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Feb 12, 2024
1 parent ab78af7 commit aeab937
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 @@ -27,6 +27,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: ["3.8"]
root: ["6.22"]
include:
Expand All @@ -39,7 +40,7 @@ jobs:
# python 3.10 root 6.26
- python: "3.10"
root: "6.26.4"
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
name: Compile (py${{ matrix.python }}, root${{ matrix.root }})

steps:
Expand Down

0 comments on commit aeab937

Please sign in to comment.