From f9fa0c32ad95e742dde9ff1aa67afcac51e4948e Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Tue, 7 Feb 2023 14:19:58 -0800 Subject: [PATCH] Switch to helios-latest target for buildomat jobs. --- .github/buildomat/jobs/falcon-build.sh | 2 +- .github/buildomat/jobs/image.sh | 2 +- .github/buildomat/jobs/phd-build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/buildomat/jobs/falcon-build.sh b/.github/buildomat/jobs/falcon-build.sh index 6d13f835f..c6e7e3d33 100644 --- a/.github/buildomat/jobs/falcon-build.sh +++ b/.github/buildomat/jobs/falcon-build.sh @@ -2,7 +2,7 @@ #: #: name = "falcon" #: variety = "basic" -#: target = "helios" +#: target = "helios-latest" #: rust_toolchain = "stable" #: output_rules = [ #: "/work/debug/*", diff --git a/.github/buildomat/jobs/image.sh b/.github/buildomat/jobs/image.sh index 801c997a5..ca994b975 100755 --- a/.github/buildomat/jobs/image.sh +++ b/.github/buildomat/jobs/image.sh @@ -2,7 +2,7 @@ #: #: name = "image" #: variety = "basic" -#: target = "helios" +#: target = "helios-latest" #: rust_toolchain = "stable" #: output_rules = [ #: "/out/*", diff --git a/.github/buildomat/jobs/phd-build.sh b/.github/buildomat/jobs/phd-build.sh index bfc9a133e..ba3c61d35 100644 --- a/.github/buildomat/jobs/phd-build.sh +++ b/.github/buildomat/jobs/phd-build.sh @@ -2,7 +2,7 @@ #: #: name = "phd-build" #: variety = "basic" -#: target = "helios" +#: target = "helios-latest" #: rust_toolchain = "stable" #: output_rules = [ #: "/out/*",