Skip to content

Commit 5c5b157

Browse files
committedMar 8, 2025·
removing 24.04 build
1 parent d8791fc commit 5c5b157

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
 

‎.github/workflows/pyinstaller-package.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
os: [ubuntu-22.04, ubuntu-24.04, windows-latest]
15+
# ubuntu-24.04
16+
os: [ubuntu-22.04, windows-latest]
1617

1718
steps:
1819
- uses: actions/checkout@v4
@@ -43,7 +44,8 @@ jobs:
4344
release:
4445
strategy:
4546
matrix:
46-
os: [ubuntu-22.04, ubuntu-24.04, windows-latest]
47+
#ubuntu-24.04,
48+
os: [ubuntu-22.04, windows-latest]
4749

4850
needs: build
4951
runs-on: ubuntu-latest

‎packaging/gui-tk.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ exe = EXE(
3434
name='isp-programmer',
3535
debug=False,
3636
bootloader_ignore_signals=False,
37-
strip=False,
38-
#strip=True,
37+
#strip=False,
38+
strip=True,
3939
upx=True,
4040
upx_exclude=[],
4141
runtime_tmpdir=None,

0 commit comments

Comments
 (0)
Please sign in to comment.