Skip to content

Commit

Permalink
use new qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 6, 2023
1 parent a1a412a commit 809daf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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"
Expand All @@ -38,7 +38,7 @@ jobs:
port: 8080
- name: Set envs
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV
- uses: vmactions/freebsd-vm@v0
- uses: vmactions/freebsd-vm@v1
with:
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server'
nat: |
Expand Down

0 comments on commit 809daf0

Please sign in to comment.