Skip to content

Commit 8bfa890

Browse files
emmyoopmikealfare
andauthored
pin macos test runners to macos-12 (#10031) (#10040)
Co-authored-by: Mike Alfare <[email protected]>
1 parent 27f4d0f commit 8bfa890

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: generate include
136136
id: generate-include
137137
run: |
138-
INCLUDE=('"python-version":"3.8","os":"windows-latest"' '"python-version":"3.8","os":"macos-latest"' )
138+
INCLUDE=('"python-version":"3.8","os":"windows-latest"' '"python-version":"3.8","os":"macos-12"' )
139139
INCLUDE_GROUPS="["
140140
for include in ${INCLUDE[@]}; do
141141
for group in $(seq 1 ${{ env.PYTHON_INTEGRATION_TEST_WORKERS }}); do

.github/workflows/test-repeater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
type: choice
3737
options:
3838
- 'ubuntu-latest'
39-
- 'macos-latest'
39+
- 'macos-12'
4040
- 'windows-latest'
4141
num_runs_per_batch:
4242
description: 'Max number of times to run the test per batch. We always run 10 batches.'
@@ -101,7 +101,7 @@ jobs:
101101

102102
# mac and windows don't use make due to limitations with docker with those runners in GitHub
103103
- name: "Set up postgres (macos)"
104-
if: inputs.os == 'macos-latest'
104+
if: inputs.os == 'macos-12'
105105
uses: ./.github/actions/setup-postgres-macos
106106

107107
- name: "Set up postgres (windows)"

0 commit comments

Comments
 (0)