diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628be3a0a..7524c8b09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,6 +54,15 @@ jobs: cc: "gcc" codegen: "c" + - runner: windows-2022 + msystem: ucrt64 + cc: "gcc" + codegen: "amd64" + - runner: windows-2022 + msystem: ucrt64 + cc: "gcc" + codegen: "c" + runs-on: ${{ matrix.runner }} defaults: