Skip to content

Commit 743f5ee

Browse files
committed
ci: Use macos-12 runner image for FreeBSD to get vagrant
1 parent 4eb78cc commit 743f5ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/amd64_freebsd_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: amd64 FreeBSD CMake
22

33
on: [push, pull_request, workflow_dispatch]
44

5-
# Only macos runner provide virtualisation with vagrant/virtualbox installed.
5+
# Only macos-12 runner provide virtualisation with vagrant/virtualbox installed.
66
# ref: https://github.com/actions/runner-images/tree/main/images/macos
77
# ref: https://app.vagrantup.com/generic/boxes/freebsd13
88
jobs:
@@ -21,7 +21,7 @@ jobs:
2121
lang: java
2222
allow_failure: true
2323
name: FreeBSD • CMake • ${{ matrix.lang }}
24-
runs-on: macos-latest
24+
runs-on: macos-12
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: vagrant version

0 commit comments

Comments
 (0)