Merge pull request #1637 from jbeich/ci

This commit is contained in:
Alex 2022-07-30 09:09:26 +02:00 committed by GitHub
commit 3996764880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ on: [ push, pull_request ]
jobs:
clang:
# Run actions in a FreeBSD vm on the macos-10.15 runner
# Run actions in a FreeBSD VM on the macos-12 runner
# https://github.com/actions/runner/issues/385 - for FreeBSD runner support
# https://github.com/actions/virtual-environments/issues/4060 - for lack of VirtualBox on MacOS 11 runners
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD VM
uses: vmactions/freebsd-vm@v0.1.7 # aka FreeBSD 13.1
uses: vmactions/freebsd-vm@v0
with:
mem: 2048
usesh: true