From c7cc0507c90a4e7442ac4eda859d6e07fecad9f1 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 29 Apr 2024 14:44:51 -0700 Subject: [PATCH] take the Python workflow back to macos-11 --- .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 0a04798e..a4cb9a62 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-12] + os: [ubuntu-latest, macos-11] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2