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