Skip to content

Commit 98b3458

Browse files
committed
fix
1 parent 293f63c commit 98b3458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
matrix:
1111
include:
1212
# Windows-2025 has Ruby 3.3 and MySQL 8.0 installed
13-
- {os: windows-2025}
13+
- {os: windows-2025, ruby: '3.3'}
1414

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

1818

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

0 commit comments

Comments
 (0)