Skip to content

Commit

Permalink
ci: bump windows test images from "head" to "3.4"
Browse files Browse the repository at this point in the history
now that rubyinstaller has been released
  • Loading branch information
flavorjones committed Dec 31, 2024
1 parent dadec34 commit 8703f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
outputs:
# these are usually the same, but are different once we get to ruby release candidates
setup_ruby: "['3.1', '3.2', '3.3', '3.4']"
setup_ruby_win: "['3.1', '3.2', '3.3', 'head']"
setup_ruby_win: "['3.1', '3.2', '3.3', '3.4']"
image_tag: "['3.1', '3.2', '3.3', '3.4']"
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8703f03

Please sign in to comment.