Skip to content

Commit 3108edf

Browse files
committed
ci: update FreeBSD configuration
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
1 parent c95608a commit 3108edf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/freebsd.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on: [ push, pull_request ]
44

55
jobs:
66
clang:
7-
runs-on: macos-latest # until https://github.com/actions/runner/issues/385
7+
# Run actions in a FreeBSD vm on the macos-10.15 runner
8+
# https://github.com/actions/runner/issues/385 - for FreeBSD runner support
9+
# https://github.com/actions/virtual-environments/issues/4060 - for lack of VirtualBox on MacOS 11 runners
10+
runs-on: macos-10.15
811
steps:
912
- uses: actions/checkout@v2
1013
- name: Test in FreeBSD VM
11-
uses: vmactions/freebsd-vm@v0.1.4 # aka FreeBSD 12.2
14+
uses: vmactions/freebsd-vm@v0.1.5 # aka FreeBSD 13.0
1215
with:
1316
usesh: true
1417
prepare: |

0 commit comments

Comments
 (0)