Skip to content

Commit 386e4cc

Browse files
committed
Fix bottle workflow: remove Linux, use macos-15-large for Intel
1 parent f32c969 commit 386e4cc

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)