Skip to content

fix: bump Silo to 4.12.1-pre1, drop patch, fix FFTW CMake 4.x compat #2258

fix: bump Silo to 4.12.1-pre1, drop patch, fix FFTW CMake 4.x compat

fix: bump Silo to 4.12.1-pre1, drop patch, fix FFTW CMake 4.x compat #2258

name: Toolchain Compatibility
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
test-toolchain:
name: "Python ${{ matrix.python-version }}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Initialize MFC
run: ./mfc.sh init
- name: Lint and test toolchain
run: ./mfc.sh lint