Skip to content

Commit

Permalink
win
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Dec 19, 2024
1 parent 675b305 commit 3b1184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false # show all errors for each platform (vs. cancel jobs on error)
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-2019, macOS-latest] # win 2019 needed for juce 6
juce_version: ["6.0.7", "6.1.5", "6.1.6", "7.0.0", "7.0.6", "7.0.12","8.0.4"]


Expand Down

0 comments on commit 3b1184d

Please sign in to comment.