aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMizux <mizux.dev@gmail.com>2021-10-26 14:01:14 +0000
committerGitHub <noreply@github.com>2021-10-26 16:01:14 +0200
commit5d871e756981a5d5113f05543308482bd275a28d (patch)
tree034cb7e557e17424852747a8ab34dfc6c3921c88
parent7bd206a75f217da5d53b18f71a44540146a2f1ff (diff)
downloadcpu_features-5d871e756981a5d5113f05543308482bd275a28d.tar.gz
ci: Migrate FreeBSD to macos-10.15 virtual env (#191)
note: In preparation to https://github.com/actions/virtual-environments/issues/4060 which will drop Vagrant/VirtualBox ref: https://github.com/actions/virtual-environments/pull/4010
-rw-r--r--.github/workflows/x86_freebsd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/x86_freebsd.yml b/.github/workflows/x86_freebsd.yml
index 3b1fc3b..225f7a9 100644
--- a/.github/workflows/x86_freebsd.yml
+++ b/.github/workflows/x86_freebsd.yml
@@ -11,7 +11,7 @@ jobs:
# Only MacOS hosted runner provides virtualisation with vagrant/virtualbox installed.
# see: https://github.com/actions/virtual-environments/tree/main/images/macos
freebsd:
- runs-on: macos-latest
+ runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: vagrant version