Skip to content

Commit 9d2ed28

Browse files
author
gferraro
committed
ubuntu arm
1 parent 0818218 commit 9d2ed28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on: [push]
44
jobs:
55
pypi-release:
66
name: Build and Release to PYPI 📦
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04-arm
8+
# ubuntu-latest
89
environment:
910
name: release
1011
url: https://pypi.org/project/python-cptv/
1112

12-
if: startsWith(github.ref, 'refs/tags/v')
13+
# if: startsWith(github.ref, 'refs/tags/v')
1314
defaults:
1415
run:
1516
working-directory: ./python-bindings

0 commit comments

Comments
 (0)