We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30de9c7 commit befc157Copy full SHA for befc157
.github/workflows/nuitka_build_exe.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
# Linux builds are forwards but not backwards compatible
18
- os: [macos-latest, ubuntu-20.04, windows-latest]
+ os: [macos-latest, ubuntu-22.04, windows-latest]
19
20
runs-on: ${{ matrix.os }}
21
@@ -36,9 +36,9 @@ jobs:
36
pip install -r requirements.txt
37
38
- name: Build Executable with Nuitka
39
- uses: Nuitka/Nuitka-Action@main
+ uses: Nuitka/Nuitka-Action@2.6.8
40
with:
41
- nuitka-version: main
+ nuitka-version: 2.6.8
42
script-name: can_testbench.py
43
# many more Nuitka options available, see action doc, but it's best
44
# to use nuitka-project: options in your code, so e.g. you can make
0 commit comments