Skip to content

Commit

Permalink
ci: bump windows test images from "head" to "3.4" (#3398)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

bump windows test images from "head" to "3.4" now that rubyinstaller has
been released
  • Loading branch information
flavorjones authored Dec 31, 2024
2 parents dadec34 + 8703f03 commit ef36f2a
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 ef36f2a

Please sign in to comment.