From 923df61aafd5b0e4f22688510e8eee4d537a6134 Mon Sep 17 00:00:00 2001 From: Yajith Dayarathna Date: Fri, 9 Aug 2024 22:31:00 +1200 Subject: [PATCH] updated Makefile and workflow --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7438fd3d2..ca501036c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,8 +43,8 @@ jobs: config: - { platform: linux, arch: amd64 } # - { platform: linux, arch: arm64 } - # - { platform: windows, arch: amd64, version: 1809 } - # - { platform: windows, arch: amd64, version: ltsc2022 } + - { platform: windows, arch: amd64, version: 1809 } + - { platform: windows, arch: amd64, version: ltsc2022 } runs-on: ubuntu-latest if: github.event.pull_request.draft == false