diff --git a/.github/data/datafile.ini b/.github/data/datafile.ini index 1b18e7a..09ab56d 100644 --- a/.github/data/datafile.ini +++ b/.github/data/datafile.ini @@ -2,13 +2,13 @@ VM_NAME=OpenBSD -VM_RUNS_ON=macos-12 +VM_RUNS_ON=ubuntu-22.04 VM_PREPARE="pkg_add curl" VM_RUN=@.github/data/run.txt -VM_SET_RELEASE=7.1 +VM_SET_RELEASE=7.3 VM_SHELL_COMMENTS="The default shell in OpenBSD is `ksh`, if you want to use `sh` to execute the `run` script, please set `usesh` to `true`." diff --git a/conf/7.2.conf b/conf/7.2.conf deleted file mode 100644 index 82212c2..0000000 --- a/conf/7.2.conf +++ /dev/null @@ -1,12 +0,0 @@ - -BUILDER_VERSION=0.1.3 - - -CONF_LINK="https://raw.githubusercontent.com/vmactions/openbsd-builder/v${BUILDER_VERSION}/conf/openbsd-${VM_RELEASE}.conf" - -OVA_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}.ova" - -VM_PUBID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-id_rsa.pub" - -HOST_ID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-mac.id_rsa" - diff --git a/conf/7.1.conf b/conf/7.3.conf similarity index 72% rename from conf/7.1.conf rename to conf/7.3.conf index 82212c2..2e8c076 100644 --- a/conf/7.1.conf +++ b/conf/7.3.conf @@ -1,12 +1,12 @@ -BUILDER_VERSION=0.1.3 +BUILDER_VERSION=0.9.0 CONF_LINK="https://raw.githubusercontent.com/vmactions/openbsd-builder/v${BUILDER_VERSION}/conf/openbsd-${VM_RELEASE}.conf" -OVA_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}.ova" +OVA_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}.qcow2.xz" VM_PUBID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-id_rsa.pub" -HOST_ID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-mac.id_rsa" +HOST_ID_LINK="https://github.com/vmactions/openbsd-builder/releases/download/v${BUILDER_VERSION}/openbsd-${VM_RELEASE}-host.id_rsa" diff --git a/conf/default.release.conf b/conf/default.release.conf index 4f260ff..a547d1f 100644 --- a/conf/default.release.conf +++ b/conf/default.release.conf @@ -1 +1 @@ -DEFAULT_RELEASE=7.2 \ No newline at end of file +DEFAULT_RELEASE=7.3 \ No newline at end of file