Skip to content

Commit

Permalink
Update pr-checks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Jan 3, 2025
1 parent 0af0f96 commit d9b79af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { python-version: "3.10", os: macos-latest }
- { python-version: "3.11", os: macos-latest }
- { python-version: "3.12", os: macos-latest }
runs-on: ubuntu-latest
runs-on: ${{ matrix.config.os }}
name: Build conda environment
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d9b79af

Please sign in to comment.