Skip to content

Commit

Permalink
Merge pull request #178 from scipopt/fix-conda-test
Browse files Browse the repository at this point in the history
Use older runner for conda test
  • Loading branch information
mmghannam authored Dec 31, 2024
2 parents b5d7fc3 + 194f972 commit d6279c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail_ci_if_error: false

linux-conda-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down

0 comments on commit d6279c1

Please sign in to comment.