Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 87b9f99

Browse files
author
Rebecca Graber
authored
feat: disable macOS cli tests (#857)
1 parent 53c42c6 commit 87b9f99

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/cli-tests.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ jobs:
2424
os:
2525
- name: linux
2626
image: ubuntu-20.04 # Focal Fossa
27-
- name: mac
28-
image: macos-10.15 # Catalina
27+
# The virtual environment for mac10.15 is currently using a version of VirtualBox
28+
# that is incompatible. Commenting out the mac tests until this is addressed.
29+
# See https://github.com/actions/virtual-environments/issues/4466 for details
30+
# - name: mac
31+
# image: macos-10.15 # Catalina
2932
python-version:
3033
- '3.8'
3134
fail-fast: false
@@ -58,9 +61,8 @@ jobs:
5861
path: ~/.docker/machine/cache
5962
key: ${{ runner.os }}-docker-machine
6063

61-
# TODO: Stop using boot2docker, which is contradindicated in the
62-
# README. (Not sure how to install Docker for Desktop here,
63-
# though.)
64+
# Note: we have to use boot2docker because Docker Desktop has not been licensed
65+
# for use in GithubActions
6466
#
6567
# This also only seems to work for the CLI tests, not the
6668
# provisioning tests, even with apparently identical scripts.

0 commit comments

Comments
 (0)