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

Commit e7797a2

Browse files
authored
CU-8698veb6y: Use Ubuntu 24.04 for publishing to test PyPI (#533)
1 parent 8b9e1b1 commit e7797a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)