Skip to content

Commit 3c88169

Browse files
authored
Merge pull request #51 from broadinstitute/ct-ghactions-update
GitHub Actions runner ubuntu upgrade 20.04 -> 24.04
2 parents e511a78 + 94479be commit 3c88169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141

4242
jobs:
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

0 commit comments

Comments
 (0)