|
68 | 68 | # Unfortunately, "allow-failure" is not available on GitHub Actions |
69 | 69 | # (https://github.com/actions/toolkit/issues/399). |
70 | 70 | # We have to use "continue-on-error", instead. |
71 | | - - {os: windows-2022, shell: msys2, bin: form} |
72 | | - - {os: windows-2022, shell: msys2, bin: tform} |
| 71 | + - {os: windows-2022, shell: msys2, msystem: mingw64, bin: form} |
| 72 | + - {os: windows-2022, shell: msys2, msystem: mingw64, bin: tform} |
| 73 | + - {os: windows-11-arm, shell: msys2, msystem: clangarm64, bin: form} |
| 74 | + - {os: windows-11-arm, shell: msys2, msystem: clangarm64, bin: tform} |
73 | 75 | steps: |
74 | 76 | - name: Checkout repository |
75 | 77 | uses: actions/checkout@v4 |
@@ -285,6 +287,7 @@ jobs: |
285 | 287 | make_tar_gz x86_64-osx '*-macos-13/*form' |
286 | 288 | make_tar_gz arm64-osx '*-macos-14/*form' |
287 | 289 | make_zip x86_64-windows '*-windows-2022/*form.exe' |
| 290 | + make_zip arm64-windows '*-windows-11-arm/*form.exe' |
288 | 291 |
|
289 | 292 | - name: Summarize files for distribution |
290 | 293 | run: | |
|
0 commit comments