File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)"
You can’t perform that action at this time.
0 commit comments