From 67fc0b48f3a2fdb558f1ebda833f7e3a751ab675 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Wed, 23 Feb 2022 08:10:25 +0100 Subject: [PATCH] Lock build to macOS 10.15 The macos-latest label moved to macOS 11. However, this image from GitHub doesn't have VirtualBox installed, and it's not clear that this will ever happen. 10.15 is still supported, though. These two issues are provided as reference: - https://github.com/actions/virtual-environments/issues/4060 - https://github.com/actions/virtual-environments/pull/4010 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef471a0..ed71a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: packer: name: "Build appliance using Packer" - runs-on: macos-latest + runs-on: macOS-10.15 permissions: contents: write