Skip to content

Commit b91dc5a

Browse files
authored
CU-8698veb6y: Use Ubuntu 24.04 for publishing to test PyPI (CogStack/MedCAT#533)
1 parent 340d504 commit b91dc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

medcat-v1/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
github.ref == 'refs/heads/master' &&
7777
github.event_name == 'push' &&
7878
startsWith(github.ref, 'refs/tags') != true
79-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-24.04
8080
timeout-minutes: 45
8181
concurrency: publish-to-test-pypi
8282
needs: [build]

0 commit comments

Comments
 (0)