Skip to content

Commit

Permalink
Add one GHA job testing on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Nov 18, 2024
1 parent 82825c8 commit fad03c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.runs-on || 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
Expand All @@ -27,6 +27,9 @@ jobs:
- type
- dev
- pkg_meta
include:
- env: "3.13"
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fad03c0

Please sign in to comment.