From 4d5438244fc1c3cde21168f4052eab89d4674eef Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 25 Apr 2024 10:05:55 -0500 Subject: [PATCH] pin macos test runners to macos-12 (#10031) (#10038) # Conflicts: # .github/workflows/main.yml Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .github/workflows/test-repeater.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6968ebe3eb4..91774639f4a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,7 +126,7 @@ jobs: - python-version: 3.8 os: windows-latest - python-version: 3.8 - os: macos-latest + os: macos-12 env: TOXENV: integration diff --git a/.github/workflows/test-repeater.yml b/.github/workflows/test-repeater.yml index dedaadd2097..315133336e8 100644 --- a/.github/workflows/test-repeater.yml +++ b/.github/workflows/test-repeater.yml @@ -36,7 +36,7 @@ on: type: choice options: - 'ubuntu-latest' - - 'macos-latest' + - 'macos-12' - 'windows-latest' num_runs_per_batch: description: 'Max number of times to run the test per batch. We always run 10 batches.' @@ -101,7 +101,7 @@ jobs: # mac and windows don't use make due to limitations with docker with those runners in GitHub - name: "Set up postgres (macos)" - if: inputs.os == 'macos-latest' + if: inputs.os == 'macos-12' uses: ./.github/actions/setup-postgres-macos - name: "Set up postgres (windows)"