Skip to content

Commit

Permalink
fix the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 30, 2024
1 parent 78ce581 commit f5cfb65
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
matrix:
#maya: [2022, 2023, 2024, 2025]
maya: [2024]
os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
#os: [macos-13, macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
include:
# Add the maya update versions here
#- maya: 2022
Expand All @@ -28,15 +29,15 @@ jobs:
# 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 f5cfb65

Please sign in to comment.