Skip to content

Commit

Permalink
ci: update FreeBSD configuration
Browse files Browse the repository at this point in the history
Use latest action v0.1.5.
Pin runner to macos-10.15. macos-latest will start using macos-11 images
without VirtualBox in less than a month[1].

[1] actions/runner-images#4060
  • Loading branch information
alebastr committed Nov 20, 2021
1 parent c95608a commit 3108edf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on: [ push, pull_request ]

jobs:
clang:
runs-on: macos-latest # until https://github.com/actions/runner/issues/385
# Run actions in a FreeBSD vm on the macos-10.15 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
steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD VM
uses: vmactions/[email protected].4 # aka FreeBSD 12.2
uses: vmactions/[email protected].5 # aka FreeBSD 13.0
with:
usesh: true
prepare: |
Expand Down

0 comments on commit 3108edf

Please sign in to comment.