Skip to content

Commit

Permalink
chore: revert from macos-11 (latest) to macos-10.15
Browse files Browse the repository at this point in the history
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:
#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 <mail@markus-wolf.de>
  • Loading branch information
ZauberNerd and KnisterPeter committed Oct 15, 2021
1 parent 13667cc commit 0638191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
test-macos:
needs: dump_images
name: test-macos
runs-on: macos-latest
runs-on: macos-10.15
continue-on-error: true # Don't let macos test fail whole workflow
env:
ISO_PATH: ~/.docker/machine/cache/boot2docker.iso
Expand Down

0 comments on commit 0638191

Please sign in to comment.