Skip to content

Commit 5e33dc2

Browse files
committed
chore: update Python setup step to specify version 3.14
Signed-off-by: Ntege Daniel <danientege785@gmail.com>
1 parent 00421e3 commit 5e33dc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
build:
1414
name: Build distributions
15-
runs-on: hl-sdk-py-lin-md
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Harden the runner (Audit all outbound calls)
@@ -53,7 +53,7 @@ jobs:
5353
concurrency:
5454
group: ${{ github.workflow }}-${{ github.ref }}
5555
cancel-in-progress: false
56-
runs-on: hl-sdk-py-lin-md
56+
runs-on: ubuntu-latest
5757
environment:
5858
name: pypi
5959
url: https://pypi.org/p/hiero-sdk-python

0 commit comments

Comments
 (0)