We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb78cc commit 743f5eeCopy full SHA for 743f5ee
.github/workflows/amd64_freebsd_cmake.yml
@@ -2,7 +2,7 @@ name: amd64 FreeBSD CMake
2
3
on: [push, pull_request, workflow_dispatch]
4
5
-# Only macos runner provide virtualisation with vagrant/virtualbox installed.
+# Only macos-12 runner provide virtualisation with vagrant/virtualbox installed.
6
# ref: https://github.com/actions/runner-images/tree/main/images/macos
7
# ref: https://app.vagrantup.com/generic/boxes/freebsd13
8
jobs:
@@ -21,7 +21,7 @@ jobs:
21
lang: java
22
allow_failure: true
23
name: FreeBSD • CMake • ${{ matrix.lang }}
24
- runs-on: macos-latest
+ runs-on: macos-12
25
steps:
26
- uses: actions/checkout@v4
27
- name: vagrant version
0 commit comments