Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Dec 6, 2024
1 parent b531591 commit d81b541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
build_mac:
name: Build on MacOS
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
'KRAIT_SEARCH_PARAMETERS', 'KRAIT_PRIMER_TAGS',
'KRAIT_PRIMER_COMMONS']

KRAIT_VERSION = "2.0.4"
KRAIT_VERSION = "2.0.5"

KRAIT_BUILD = "20241122"
KRAIT_BUILD = "20241208"

KRAIT_CITATION = """
Expand Down

0 comments on commit d81b541

Please sign in to comment.