diff --git a/.github/buildomat/jobs/falcon-build.sh b/.github/buildomat/jobs/falcon-build.sh index 696276e7f..1f87e8d09 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-latest" +#: target = "helios-2.0" #: rust_toolchain = "stable" #: output_rules = [ #: "/work/release/*", diff --git a/.github/buildomat/jobs/image.sh b/.github/buildomat/jobs/image.sh index ca994b975..fcd20cbe0 100755 --- a/.github/buildomat/jobs/image.sh +++ b/.github/buildomat/jobs/image.sh @@ -2,7 +2,7 @@ #: #: name = "image" #: variety = "basic" -#: target = "helios-latest" +#: target = "helios-2.0" #: rust_toolchain = "stable" #: output_rules = [ #: "/out/*", diff --git a/.github/buildomat/jobs/phd-build.sh b/.github/buildomat/jobs/phd-build.sh index ba3c61d35..e27cc0fd4 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-latest" +#: target = "helios-2.0" #: rust_toolchain = "stable" #: output_rules = [ #: "/out/*", diff --git a/.github/buildomat/jobs/phd-run.sh b/.github/buildomat/jobs/phd-run.sh index a6fb0ea2a..34fe3b0b5 100644 --- a/.github/buildomat/jobs/phd-run.sh +++ b/.github/buildomat/jobs/phd-run.sh @@ -2,7 +2,7 @@ #: #: name = "phd-run" #: variety = "basic" -#: target = "lab" +#: target = "lab-2.0" #: output_rules = [ #: "/tmp/phd-runner.log", #: "/tmp/phd-tmp-files.tar.gz",