Skip to content

Commit

Permalink
updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Feb 15, 2025
1 parent a219f53 commit 21db52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-15]
os: [macos-latest]
unity-version: [2021.x, 2022.3.x, 6000.x]
build-target:
- iOS
- StandaloneOSX
- VisionOS
exclude:
- os: macos-15
- os: macos-latest
unity-version: 2021.x
build-target: VisionOS
steps:
Expand Down

0 comments on commit 21db52c

Please sign in to comment.