From 8fdf13a1f805d68bb59633abcc2678ff9c3d67a0 Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Fri, 30 Aug 2024 14:13:54 -0700 Subject: [PATCH] Check the whole thing --- .github/workflows/main.yml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) 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