Skip to content

Commit

Permalink
Missing matrix os yaml property for macos regression testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Dec 4, 2024
1 parent 05cdaa6 commit 7b3c6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
regression:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7b3c6a5

Please sign in to comment.