From 255950031f3eda59782c04eb355794b36e62e4db Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Sat, 5 Oct 2019 15:50:29 +0200 Subject: [PATCH] CI: fixed windows-latest image name --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5a6614bf..fa2218049 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: cmake .. make windows: - runs-on: wiƄdows-latest + runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Windows