Skip to content

Commit

Permalink
ci: add dynamic "runs-on" for matrix job.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Dayer committed Jul 10, 2024
1 parent b165fc4 commit fc2e0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-14]
pixi_environment: [test, test-alternative] # latest and previous python
runs-on: ${{ matrix.os }}
permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
Expand Down

0 comments on commit fc2e0f0

Please sign in to comment.