Skip to content

Commit

Permalink
Use `Latest rather than DD.win10_latest_image
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelvers committed May 29, 2024
1 parent 215161f commit fd18544
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions service/conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ let platforms ~profile ~include_macos ~include_freebsd opam_version =
releases @ lower_bounds @ distros
| `Minimal when Sys.win32 ->
(* Assume we're building using native Windows images. *)
let distro =
DD.tag_of_distro (`Windows (`Mingw, DD.win10_latest_image) :> DD.t)
in
let distro = DD.tag_of_distro (`Windows (`Mingw, `Latest) :> DD.t) in
let ov = OV.with_just_major_and_minor OV.Releases.latest in
[ v (OV.to_string ov) distro ov ]
| `Minimal ->
Expand Down

0 comments on commit fd18544

Please sign in to comment.