Skip to content

Commit

Permalink
Use Mojave for x86_64 bottles.
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Dec 23, 2024
1 parent aaad7a3 commit 6f3dce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build & test bottle
if: github.event_name == 'pull_request'
env:
HOMEBREW_FAKE_MACOS: ${{runner.arch == 'ARM64' && '11.7.10' || '10.13.6'}}
HOMEBREW_FAKE_MACOS: ${{runner.arch == 'ARM64' && '11.7.10' || '10.14.6'}}
run: brew test-bot --only-formulae

- name: Download 1.8.6 bottle for macOS versions on which the current mas version cannot run
Expand Down

0 comments on commit 6f3dce6

Please sign in to comment.