Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 6031c1e

Browse files
committed
Use Ubuntu 24.04 for production workflow
1 parent e7797a2 commit 6031c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-n-publish-to-pypi:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
concurrency: build-n-publish-to-pypi
1313
if: github.repository == 'CogStack/MedCAT'
1414

0 commit comments

Comments
 (0)