File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141
4242jobs :
4343 build_docker :
44- runs-on : ubuntu-20 .04
44+ runs-on : ubuntu-24 .04
4545 steps :
4646 - name : checkout repository
4747 uses : actions/checkout@v4
@@ -136,7 +136,7 @@ jobs:
136136
137137 test_in_docker :
138138 needs : build_docker
139- runs-on : ubuntu-20 .04
139+ runs-on : ubuntu-24 .04
140140 env :
141141 GITHUB_ACTIONS_PYTHON_VERSION : " 3.10"
142142 PYTEST_ADDOPTS : " -rsxX --durations=25 --fixture-durations=10 --junit-xml=pytest.xml --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report= --cov kmer_utils --cov metagenomics --cov taxon_filter --cov classify"
@@ -197,7 +197,7 @@ jobs:
197197 # # of build failures of the docs because otherwise we would never know.
198198 test_docs :
199199 needs : build_docker
200- runs-on : ubuntu-20 .04
200+ runs-on : ubuntu-24 .04
201201 steps :
202202 - name : checkout repository
203203 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments