From ebcbec6299a1198192f2b3311beaf27da0c9bd19 Mon Sep 17 00:00:00 2001 From: starg2 <75976488+starg2@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:18:39 +0900 Subject: [PATCH] Add mcf thread model to build matrix --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6ae8dc..022cd42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: arch: [x86_64, i686] - threads: [posix, win32] + threads: [posix, win32, mcf] exceptions: [seh, dwarf] msvcrt: [msvcrt, ucrt] exclude: @@ -35,6 +35,8 @@ jobs: exceptions: dwarf - arch: i686 exceptions: seh + - threads: mcf + msvcrt: msvcrt steps: - uses: actions/checkout@v2