Skip to content

Commit

Permalink
Fix issue with GHA targets (#348)
Browse files Browse the repository at this point in the history
* CU-8692kn0yv Fix issue with fake dict in identifier based config

More specifically the get method which was not able to return default values for non-existant keys (#341)

* Bump run target to Ubuntu 20.04 since 18.04 targets do not exist anymore

* Bump main worfklow target to 20.04 as well
  • Loading branch information
mart-r authored Sep 21, 2023
1 parent cd597bb commit 3e8e3da
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 @@ -42,7 +42,7 @@ jobs:
github.ref == 'refs/heads/master' &&
github.event_name == 'push' &&
startsWith(github.ref, 'refs/tags') != true
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
concurrency: publish-to-test-pypi
needs: [build]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-n-publish-to-pypi:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
concurrency: build-n-publish-to-pypi
if: github.repository == 'CogStack/MedCAT'

Expand Down

0 comments on commit 3e8e3da

Please sign in to comment.