Skip to content

Commit

Permalink
Merge pull request #2079 from PathogenDavid/main
Browse files Browse the repository at this point in the history
Keep Linux builds on Ubuntu 22.04 for now
  • Loading branch information
glopesdev authored Dec 16, 2024
2 parents 3daadd6 + bca4d3c commit 555d3c4
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 555d3c4

Please sign in to comment.