Skip to content

Commit

Permalink
change to v1 of action
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Nov 29, 2023
1 parent b5647ed commit 13d50d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/FreeBSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ on:

jobs:
freebsd:
runs-on: macos-10.15
# runs-on: macos-10.15
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: vmactions/freebsd-vm@v0.1.6
- uses: actions/checkout@v4
- uses: vmactions/freebsd-vm@v1
with:
#prepare: pkg install -y p5-ExtUtils-PkgConfig
run: |
Expand Down

0 comments on commit 13d50d2

Please sign in to comment.