diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d8bc47..a424316 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,31 +13,29 @@ jobs: compile_plugin: strategy: matrix: - #maya: [2022, 2023, 2024, 2025] - maya: [2024] - #os: [macos-13, macos-latest, ubuntu-latest, windows-latest] - os: [macos-latest, ubuntu-latest, windows-latest] + maya: [2022, 2023, 2024, 2025] + os: [macos-13, macos-latest, ubuntu-latest, windows-latest] include: # Add the maya update versions here - #- maya: 2022 - # update: 5 - #- maya: 2023 - # update: 3 + - maya: 2022 + update: 5 + - maya: 2023 + update: 3 - maya: 2024 update: 2 - #- maya: 2025 - # update: 1 + - maya: 2025 + update: 1 # cross-compiling is annoying so just fall back to macos-13 - #exclude: - #- os: macos-latest - # maya: 2022 - #- os: macos-latest - # maya: 2023 - #- os: macos-13 - # maya: 2024 - #- os: macos-13 - # maya: 2025 + exclude: + - os: macos-latest + maya: 2022 + - os: macos-latest + maya: 2023 + - os: macos-13 + maya: 2024 + - os: macos-13 + maya: 2025 fail-fast: false