Skip to content

Commit

Permalink
Check the whole thing
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 30, 2024
1 parent d48d901 commit 8fdf13a
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fdf13a

Please sign in to comment.