File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -72,27 +72,19 @@ jobs:
7272 fail-fast : false
7373 matrix :
7474 include :
75- - os : macos-14 # ARM64 (M1/M2) - Sonoma
75+ - os : macos-14 # ARM64 (M1/M2) - Sonoma
7676 bottle_tag : arm64_sonoma
77- - os : macos-15 # ARM64 - Sequoia
77+ - os : macos-15 # ARM64 - Sequoia
7878 bottle_tag : arm64_sequoia
79- - os : macos-13 # x86_64 - Ventura
80- bottle_tag : ventura
81- - os : ubuntu-latest
82- bottle_tag : x86_64_linux
79+ - os : macos-15-large # x86_64 Intel - Sequoia
80+ bottle_tag : sequoia
8381
8482 steps :
8583 - uses : actions/checkout@v4
8684
8785 - name : Set up Homebrew
8886 uses : Homebrew/actions/setup-homebrew@master
8987
90- - name : Install Linux dependencies
91- if : runner.os == 'Linux'
92- run : |
93- sudo apt-get update
94- sudo apt-get install -y libncurses-dev
95-
9688 - name : Tap and install formula for bottling
9789 env :
9890 HOMEBREW_NO_AUTO_UPDATE : 1
You can’t perform that action at this time.
0 commit comments