Skip to content

Commit

Permalink
update ubuntu in ga to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Sep 28, 2023
1 parent 524035a commit 98a3503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python_version: ['3.11']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tibanna"
version = "4.0.0.1b3" # TODO: To become 5.0.0
version = "4.0.0.1b4" # TODO: To become 5.0.0
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit 98a3503

Please sign in to comment.