Skip to content

Commit

Permalink
updated freebsd vmaction script to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Dec 6, 2023
1 parent f1e0074 commit fc66c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/libqmail-freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ on:

jobs:
testfreebsd:
runs-on: macos-12
runs-on: ubuntu-latest
name: FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install libqmail
id: FreeBSD
uses: vmactions/freebsd-vm@v0.3.1
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN'
usesh: true
Expand Down

0 comments on commit fc66c7c

Please sign in to comment.