Skip to content

Commit

Permalink
Keep Linux builds on Ubuntu 22.04 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
PathogenDavid committed Dec 13, 2024
1 parent 3daadd6 commit bca4d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-build-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def add(name: str, runner_os: str, rid: str, configurations: list[str] = ['Debug
return ret

windows = add('Windows x64', 'windows-latest', 'win-x64')
linux = add('Linux x64', 'ubuntu-latest', 'linux-x64')
linux = add('Linux x64', 'ubuntu-22.04', 'linux-x64')

# Collect packages and create installer from Windows Release x64
windows['Release']['collect-packages'] = True
Expand Down

0 comments on commit bca4d3c

Please sign in to comment.