@@ -16,57 +16,18 @@ jobs:
1616 strategy :
1717 fail-fast : false # let them finish bc. different platforms
1818 matrix :
19- arch :
20- - { name: win64x64, os: windows-2025, msystem: mingw64, msys-env: x86_64 }
21- - { name: win32x86, os: windows-2025, msystem: mingw32, msys-env: i686 }
22- - { name: linux64x64, os: ubuntu-22.04 }
23- - { name: linux32x86, os: ubuntu-22.04 }
24- - { name: macos64x64, os: macos-13 } # use last x86_64 (i.e. non-ARM) runner for now
25- # - { name: macos32x86, os: macos-latest }
26-
27- flavor :
28- # Only newsqueak.* and pharo.cog.spur builds are fully prepared for all platforms
29- - newspeak.cog.spur
30- - newspeak.stack.spur
31- - pharo.cog.spur
32-
3319 include :
3420 - arch : { name: win32x86, os: windows-2025, msystem: mingw32, msys-env: i686 }
3521 flavor : squeak.cog.v3
3622 - arch : { name: win32x86, os: windows-2025, msystem: mingw32, msys-env: i686 }
3723 flavor : squeak.stack.v3
3824 - arch : { name: win32x86, os: windows-2025, msystem: mingw32, msys-env: i686 }
3925 flavor : squeak.cog.spur.lowcode
40- # - arch: { name: win64x64, os: windows-2025 }
41- # flavor: pharo.stack.spur # third-party not yet working
42- # - arch: { name: win32x86, os: windows-2025 }
43- # flavor: pharo.cog.spur.lowcode
4426
4527 - arch : { name: linux32x86, os: ubuntu-22.04 }
4628 flavor : squeak.cog.v3
4729 - arch : { name: linux32x86, os: ubuntu-22.04 }
4830 flavor : squeak.stack.v3
49- - arch : { name: linux32x86, os: ubuntu-22.04 }
50- flavor : pharo.sista.spur
51- - arch : { name: linux32x86, os: ubuntu-22.04 }
52- flavor : pharo.cog.spur.lowcode
53- - arch : { name: linux32x86, os: ubuntu-22.04 }
54- flavor : pharo.stack.spur.lowcode
55-
56- # - arch: { name: macos64x64, os: macos-14 }
57- # flavor: pharo.sista.spur # -Werror bc. decl. missing
58- - arch : { name: macos64x64, os: macos-13 } # use last x86_64 (i.e. non-ARM) runner for now
59- flavor : pharo.stack.spur
60- # - arch: { name: macos64x64, os: macos-latest }
61- # flavor: pharo.cog.spur.lowcode # impl. decl. getThisSessionID
62- - arch : { name: macos64x64, os: macos-13 } # use last x86_64 (i.e. non-ARM) runner for now
63- flavor : pharo.stack.spur.lowcode
64-
65- exclude :
66- - arch : { name: win32x86, os: windows-2025, msystem: mingw32, msys-env: i686 }
67- flavor : pharo.cog.spur # third-party not yet working
68- - arch : { name: win64x64, os: windows-2025, msystem: mingw64, msys-env: x86_64 }
69- flavor : pharo.cog.spur # third-party not yet working
7031
7132 runs-on : ${{ matrix.arch.os }}
7233 name : ${{ matrix.flavor }} for ${{ matrix.arch.name }}
0 commit comments