From f9dda07f6883d1be0284ea39f389df8c267c629e Mon Sep 17 00:00:00 2001 From: Sammy Sidhu Date: Wed, 2 Aug 2023 15:43:03 -0700 Subject: [PATCH] use macos 13 to use newer virtualized fs --- .github/workflows/nightlies-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightlies-tests.yml b/.github/workflows/nightlies-tests.yml index b1613764e0..5131418b32 100644 --- a/.github/workflows/nightlies-tests.yml +++ b/.github/workflows/nightlies-tests.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - runner-name: [ubuntu-latest, buildjet-8vcpu-ubuntu-2204-arm, macos-latest] + runner-name: [ubuntu-latest, buildjet-8vcpu-ubuntu-2204-arm, macos-13] daft-runner: [py, ray] steps: - uses: actions/checkout@v3 @@ -76,7 +76,7 @@ jobs: strategy: fail-fast: false matrix: - runner-name: [ubuntu-latest, buildjet-8vcpu-ubuntu-2204-arm, macos-latest] + runner-name: [ubuntu-latest, buildjet-8vcpu-ubuntu-2204-arm, macos-13] daft-runner: [py, ray] # These permissions are needed to interact with GitHub's OIDC Token endpoint. # This is used in the step "Assume GitHub Actions AWS Credentials" @@ -94,8 +94,8 @@ jobs: brew install docker docker-compose mkdir -p ~/.docker/cli-plugins ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose - colima delete - colima start --mount-type virtiofs + colima delete -f + colima start --vm-type=vz --mount-type virtiofs # For testcontainers to find the Colima socket # https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#cannot-connect-to-the-docker-daemon-at-unixvarrundockersock-is-the-docker-daemon-running