Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 27, 2024
1 parent 293f63c commit 98b3458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
matrix:
include:
# Windows-2025 has Ruby 3.3 and MySQL 8.0 installed
- {os: windows-2025}
- {os: windows-2025, ruby: '3.3'}

# Windows-2022 has Ruby 3.0 and MySQL 8.0 installed
- {os: windows-2022}
- {os: windows-2022, ruby: '3.0'}


# On the fail-fast: true, it cancels all in-progress jobs
Expand Down

0 comments on commit 98b3458

Please sign in to comment.