Skip to content

Commit

Permalink
Make production worfklow run on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-r committed Oct 13, 2023
1 parent e5f4cc5 commit 84f77a8
Showing 1 changed file with 1 addition and 1 deletion.
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 84f77a8

Please sign in to comment.