Skip to content

Commit 0638191

Browse files
chore: revert from macos-11 (latest) to macos-10.15
The `macos-latest` image was recently updated to macos 11 which does not include virtualbox anymore. This commit pins the previous version macos-10.15 until a more permament fix can be found. More information can be found in the discussion of this PR: nektos#840 (comment) and in the following issue and PR for the actions/virtual-environments: actions/runner-images#4060 actions/runner-images#4010 Co-authored-by: Markus Wolf <[email protected]>
1 parent 13667cc commit 0638191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
test-macos:
9494
needs: dump_images
9595
name: test-macos
96-
runs-on: macos-latest
96+
runs-on: macos-10.15
9797
continue-on-error: true # Don't let macos test fail whole workflow
9898
env:
9999
ISO_PATH: ~/.docker/machine/cache/boot2docker.iso

0 commit comments

Comments
 (0)