From 7ec7feab14dab6fb8b4b58b4b73d6a760dd69be2 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 29 Apr 2024 16:06:17 -0700 Subject: [PATCH] re-disable the Python workflow --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index a4cb9a62..03bca891 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -104,7 +104,7 @@ jobs: strategy: matrix: #os: [ubuntu-latest, macos-latest] - os: [ubuntu-latest, macos-11] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2