Skip to content

Commit

Permalink
Try reverting to an older mac image with Colima 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay committed Nov 13, 2023
1 parent 6c7469c commit 4a54fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-tests-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
max-parallel: 99
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.11"]
include:
- python-version: "3.9"
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
pip install --upgrade tox packaging wheel --default-timeout=60
- name: Fix Colima issue on MacOS Runners
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-13'
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
shell: bash
run: |
sudo bash -c 'echo "test" > /var/log/docker.log'
- name: Docker on MacOS
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-13'
if: steps.changes.outputs.syft == 'true' && matrix.os == 'macos-latest'
uses: crazy-max/ghaction-setup-docker@v2.1.0

- name: Run unit tests
Expand All @@ -108,8 +108,8 @@ jobs:
max-parallel: 99
matrix:
# Disable on windows until its flakyness is reduced.
# os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-13]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.11"]
deployment-type: ["python"]
notebook-paths: ["tutorials"]
Expand Down

0 comments on commit 4a54fcb

Please sign in to comment.