Browse Source

[gha] update freebsd action

pull/1786/head
R4SAS 2 years ago committed by GitHub
parent
commit
098fdf0596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build-freebsd.yml

4
.github/workflows/build-freebsd.yml

@ -4,13 +4,13 @@ on: [push, pull_request] @@ -4,13 +4,13 @@ on: [push, pull_request]
jobs:
build:
runs-on: macos-10.15
runs-on: macos-12
name: with UPnP
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.1.5
uses: vmactions/freebsd-vm@v0.2.0
with:
usesh: true
mem: 2048

Loading…
Cancel
Save