Skip to content

Commit

Permalink
Update Action Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent 620437b commit e31786f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
if-no-files-found: error

freebsd-x86_64:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run FreeBSD VM & Build
id: termrec
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
Expand All @@ -64,14 +64,14 @@ jobs:
if-no-files-found: error

openbsd-x86_64:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run OpenBSD VM & Build
id: termrec
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
usesh: true
prepare: |
Expand Down

0 comments on commit e31786f

Please sign in to comment.