Skip to content

Commit befc157

Browse files
committed
Lock Nuitka version so I don't get surprise failures.
Upgrade to Ubuntu 22.04.
1 parent 30de9c7 commit befc157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuitka_build_exe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
# Linux builds are forwards but not backwards compatible
18-
os: [macos-latest, ubuntu-20.04, windows-latest]
18+
os: [macos-latest, ubuntu-22.04, windows-latest]
1919

2020
runs-on: ${{ matrix.os }}
2121

@@ -36,9 +36,9 @@ jobs:
3636
pip install -r requirements.txt
3737
3838
- name: Build Executable with Nuitka
39-
uses: Nuitka/Nuitka-Action@main
39+
uses: Nuitka/Nuitka-Action@2.6.8
4040
with:
41-
nuitka-version: main
41+
nuitka-version: 2.6.8
4242
script-name: can_testbench.py
4343
# many more Nuitka options available, see action doc, but it's best
4444
# to use nuitka-project: options in your code, so e.g. you can make

0 commit comments

Comments
 (0)