Skip to content

Commit

Permalink
ci: Use macos-12 runner image for FreeBSD to get vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 22, 2024
1 parent 4eb78cc commit 743f5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd64_freebsd_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: amd64 FreeBSD CMake

on: [push, pull_request, workflow_dispatch]

# Only macos runner provide virtualisation with vagrant/virtualbox installed.
# Only macos-12 runner provide virtualisation with vagrant/virtualbox installed.
# ref: https://github.com/actions/runner-images/tree/main/images/macos
# ref: https://app.vagrantup.com/generic/boxes/freebsd13
jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
lang: java
allow_failure: true
name: FreeBSD • CMake • ${{ matrix.lang }}
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: vagrant version
Expand Down

0 comments on commit 743f5ee

Please sign in to comment.