Skip to content

Commit

Permalink
Lock build to macOS 10.15
Browse files Browse the repository at this point in the history
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:

- actions/runner-images#4060
- actions/runner-images#4010
  • Loading branch information
lunkwill42 committed Feb 23, 2022
1 parent 9b81424 commit 67fc0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67fc0b4

Please sign in to comment.