diff --git a/.github/workflows/create-build-matrix.py b/.github/workflows/create-build-matrix.py index 08fa1702..72052d31 100755 --- a/.github/workflows/create-build-matrix.py +++ b/.github/workflows/create-build-matrix.py @@ -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