Skip to content

Commit d6279c1

Browse files
authored
Merge pull request #178 from scipopt/fix-conda-test
Use older runner for conda test
2 parents b5d7fc3 + 194f972 commit d6279c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail_ci_if_error: false
4343

4444
linux-conda-test:
45-
runs-on: ubuntu-latest
45+
runs-on: ubuntu-22.04
4646
steps:
4747
- uses: actions/checkout@v3
4848
- uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)