Skip to content

Commit d0829c8

Browse files
committed
Build for more OSes
1 parent a240a79 commit d0829c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-installer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- ubuntu-latest
17+
- ubuntu-22.04
18+
- ubuntu-24.04
1819
# - macos-latest # doesn't run for free
1920
- windows-latest
2021
version:
@@ -29,5 +30,5 @@ jobs:
2930
python_ver: ${{ matrix.version }}
3031
spec: 'code/main.py'
3132
requirements: 'code/requirements.txt'
32-
upload_exe_with_name: 'ConstraintBasedSimulator-py${{ matrix.version }}-${{ runner.os }}'
33+
upload_exe_with_name: 'ConstraintBasedSimulator-py${{ matrix.version }}-${{ matrix.os }}'
3334
options: --onefile, --name "Constraint Based Simulator", --windowed,

0 commit comments

Comments
 (0)