Skip to content

Commit

Permalink
pin macos test runners to macos-12 (#10031) (#10038)
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/main.yml

Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
emmyoop and mikealfare committed Apr 25, 2024
1 parent 3ede704 commit 4d54382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-repeater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 4d54382

Please sign in to comment.