diff --git a/.github/workflows/cross-platform.yml b/.github/workflows/cross-platform.yml index b96d8c19dff7..e83b0010436d 100644 --- a/.github/workflows/cross-platform.yml +++ b/.github/workflows/cross-platform.yml @@ -77,7 +77,7 @@ jobs: - name: Windows setup if: ${{ matrix.job.target == 'x86_64-pc-windows-msvc' }} run: | - wsl --install --distribution Ubuntu + wsl --install --distribution Ubuntu-20.04 shell: pwsh - name: Build archive (unit tests)