From f2d42b4370034174c258173e60e2b41b466bc04a Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Sun, 20 Mar 2022 16:03:14 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 113d651..af87e80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Set up WSL uses: Vampire/setup-wsl@v1.2.0 with: - distribution: Ubuntu + distribution: Ubuntu-20.04 - name: Set up MSBuild uses: microsoft/setup-msbuild@v1.1 with: