From 13f8144c00730cf33c09dc4dd3b7742bb112f976 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 29 Apr 2024 08:33:19 -0700 Subject: [PATCH] temporarily disable Python and Ruby testing on macos --- .github/workflows/presubmit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 29cb45f7..9375dfde 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -103,7 +103,8 @@ jobs: name: Exercise Python examples on ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest, macos-latest] + #os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -140,7 +141,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + #os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] steps: - uses: actions/checkout@v2 with: