Skip to content

Commit

Permalink
Try newer bsd runners
Browse files Browse the repository at this point in the history
Old one seems to reboot vm over and over until it times out.
  • Loading branch information
yarrick committed Jul 16, 2024
1 parent fb7081a commit 7ec5efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1.0.8
with:
prepare: |
pkg install -y \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: make
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1.0.8
with:
prepare: |
pkg_add \
Expand Down

0 comments on commit 7ec5efe

Please sign in to comment.