From 60e2dde593161c3be9408fe6bb6c292a04db5008 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 20 Nov 2023 22:51:52 +0100 Subject: [PATCH] update --- .github/workflows/OpenBSD.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/OpenBSD.yml b/.github/workflows/OpenBSD.yml index 2e13b3d1d..d974e628f 100644 --- a/.github/workflows/OpenBSD.yml +++ b/.github/workflows/OpenBSD.yml @@ -2,6 +2,7 @@ name: OpenBSD on: schedule: - cron: '10 9 * * *' + workflow_dispatch: push: branches: - '*' @@ -24,12 +25,12 @@ jobs: strategy: matrix: release: [""] - runs-on: macos-12 + runs-on: ubuntu-22.04 env: TEST_PREFERRED_CHAIN: (STAGING) Pretend Pear X1 TEST_ACME_Server: "LetsEncrypt.org_test" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: vmactions/cf-tunnel@v0 id: tunnel with: @@ -37,7 +38,7 @@ jobs: port: 8080 - name: Set envs run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV - - uses: vmactions/openbsd-vm@v0 + - uses: vmactions/openbsd-vm@v1 with: envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server' nat: |